/*preloader*/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../gif/preloader.gif) no-repeat center center
}
/*Bootstrap 5 columns*/
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*GLOBALS*/
.hidden{
	display: none;
}
.gsc-selected-option-container.gsc-inline-block {
    width: 100px !important
}
hr {
    border-top: 1px solid #d5d5d5
}
hr.intense-hr {
    border-width: 2px
}
img {
    max-width: 100%;
    height: auto;
    display: block
}
body {
    color: #333;
    font: 400 15px/1.65 'Open Sans', sans-serif;
}
h1 {
    color: #fff
}
h2 {
    color: #333;
    font: 600 24px 'Open Sans', sans-serif;
    margin-bottom: 30px
}
h3 {
    color: #333;
    font: 700 14px 'Open Sans', sans-serif;
    margin-top: 10px
}
p {
    margin-bottom: 30px
}
a, a:focus {
    outline: 0;
    text-decoration: none
}
a:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
section {
    padding: 40px 0
}
.tagline {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px
}
.read-more {
    font-weight: 600;
    font-size: 16px;
    color: #243f76;
    text-decoration: underline;
    text-transform: uppercase
}
/*REUSABLES*/
.color-blue {
    color: #243f76
}
.btn--cta {
    background: #569ed6;
    text-align: center;
    width: 265px;
    padding: 20px 40px;
    color: #fff;
    text-transform: uppercase
}
.btn--cta:hover {
    background: #243F76;
    text-decoration: none;
    color: #fff
}
/*MARGINS & PADDINGS*/
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
/*HEADER*/
.company-name {
    font-size: 13px;
    color: #243f76;
    text-transform: uppercase;
    margin-left: 20px
}
.whois label {
    font-size: 16px;
    font-weight: 600;
    color: #243f76;
    margin-right: 16px
}
.whois input {
    background: #f7f5f5;
    border: 0;
    height: 40px;
    margin-right: -4px
}
.whois input[type="text"] {
    padding-left: 10px;
    width: 50%;
    -webkit-box-shadow: inset 2px 2px 7px -6px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset 2px 2px 7px -6px rgba(204, 204, 204, 1);
    box-shadow: inset 2px 2px 7px -6px rgba(204, 204, 204, 1);
}
.whois a {
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    background: #569ed6;
    color: #fff;
    font-weight: 700;
    width: 55px;
    vertical-align: top
}
/*NAVIGATION*/
.navigation-wrap {
    background: #f7f5f5
}
.navigation--primary ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.navigation--primary > ul > li {
    float: left;
    list-style: none;
    width: 13.57%;
    position: relative
}
/*second level nav*/
.navigation--primary > ul > li > ul {
    background: #f7f5f5;
    display: none;
    padding-left: 0;
    position: absolute;
    z-index: 8;
    left: -25%;
    top: 100%;
    width: 150%;
    z-index: 400
}
.navigation--primary > ul > li > ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    margin-left: -10px
}
.navigation--primary > ul > li:first-child > ul {
    border-top: 4px solid #f7941d
}
.navigation--primary > ul > li:first-child > ul:after {
    border-bottom-color: #f7941d
}
.navigation--primary > ul > li:first-child > ul:before {
    border-top: 5px solid #f7941d
}
.navigation--primary > ul > li:nth-child(2) > ul {
    border-top: 4px solid #60c578
}
.navigation--primary > ul > li:nth-child(2) > ul:after {
    border-bottom-color: #60c578
}
.navigation--primary > ul > li:nth-child(3) > ul {
    border-top: 4px solid #ca5558
}
.navigation--primary > ul > li:nth-child(3) > ul:after {
    border-bottom-color: #ca5558
}
.navigation--primary > ul > li:nth-child(4) > ul {
    border-top: 4px solid #a26bbe
}
.navigation--primary > ul > li:nth-child(4) > ul:after {
    border-bottom-color: #a26bbe
}
.navigation--primary > ul > li:nth-child(5) > ul {
    border-top: 4px solid #caa883
}
.navigation--primary > ul > li:nth-child(5) > ul:after {
    border-bottom-color: #caa883
}
.navigation--primary > ul > li:nth-child(6) > ul {
    border-top: 4px solid #569ed6
}
.navigation--primary > ul > li:nth-child(6) > ul:after {
    border-bottom-color: #569ed6
}
.navigation--primary > ul > li:nth-child(7) > ul {
    border-top: 4px solid #eade00
}
.navigation--primary > ul > li:nth-child(7) > ul:after {
    border-bottom-color: #eade00
}
.navigation--primary > ul > li > ul > li > a {
    display: block;
    background: #f7f5f5;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 25px
}
.navigation--primary > ul > li > ul > li > a:hover {
    background: #ededed;
    text-decoration: none
}
.navigation--primary > ul > li > a {
    position: relative;
    min-height: 110px;
    border-right: 1px solid #eae6e6;
    line-height: 1.15;
    padding: 60px 20px 20px;
    background-repeat: no-repeat;
    background-position: center 15px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    display: block;
    text-align: center
}
.navigation--primary > ul > li > a::before, .navigation--primary > ul > li > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(179, 179, 179, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.navigation--primary > ul > li > a::after {
    width: 100px;
    height: 100px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}
.navigation--primary > ul > li > a:hover::before, .navigation--primary > ul > li > a:hover::after, .navigation--primary > ul > li > a:focus::before, .navigation--primary > ul > li > a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.navigation--primary > ul > li > a.active, .navigation--primary > ul > li > a:hover {
    background-color: #ededed;
    text-decoration: none;
    font-weight: 600
}
.navigation--primary > ul > li > a:hover {
    background-position: center 25px;
    padding-top: 60px
}
/*nav items*/
.navigation--primary > ul > li:first-child > a {
    border-left: 1px solid #eae6e6;
    background-image: url(../png/icon-about.png)
}
.navigation--primary > ul > li:nth-child(2) > a {
    background-image: url(../png/icon-domain-registration.png)
}
.navigation--primary > ul > li:nth-child(3) > a {
    background-image: url(../404-page-not-found8dce.html)
}
.navigation--primary > ul > li:nth-child(4) > a {
    background-image: url(../png/icon-policies.png)
}
.navigation--primary > ul > li:nth-child(5) > a {
    background-image: url(../png/icon-announcements.png)
}
.navigation--primary > ul > li:nth-child(6) > a {
    background-image: url(../png/icon-registrars.png)
}
.navigation--primary > ul > li:nth-child(7) > a {
    background-image: url(../png/icon-faq.png)
}
.btn--site-search {
    border-right: 1px solid #eae6e6;
    background: url(../png/icon-search.png) no-repeat center;
    line-height: 0;
    font-size: 0;
    color: transparent;
    display: block;
    min-height: 110px;
    width: 5%
}
.btn--site-search:hover {
    background-color: #ededed
}
.search-input {
    display: none;
    background: #efefef;
    padding: 10px 0
}
.search-input input[type="text"] {
    width: 95%
}
.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto
}
.sidr {
    background: #223866;
    text-align: left
}
.navbar-toggle {
    margin-right: 0
}
.navbar-toggle span {
    background: #223866
}
.navbar-toggle {
    border: none;
    border-radius: 0;
    margin: 0;
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    height: 65px;
    width: 65px;
    padding: 15px 20px;
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}
.navbar-toggle .middle-bar {
    opacity: 0
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0)
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0)
}
.header--top {
    padding: 15px 0
}
.header--bottom {
    background: #223866;
    color: #fff
}
.header--bottom input[type="text"] {
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    padding: 10px;
    color: #fff;
    width: 85%
}
.header--bottom input[type="submit"] {
    width: 40px;
    height: 40px;
    background: #0f1e3e;
    border: 0;
    vertical-align: top
}
.header--bottom input {
    display: inline-block
}
.header--bottom input[type="submit"].site-search {
    background: #0f1e3e url(../png/icon-search-2.png) no-repeat center;
    line-height: 0;
    font-size: 0;
    color: transparent;
    width: 40px;
    height: 40px
}
header {
    position: relative
}
/*banner*/
.main-banner {
    min-height: 485px;
    position: relative;
    margin-bottom: 40px
}
.main-banner .slide {
    min-height: 520px;
    color: #fff;
    padding: 40px 0
}
.main-banner h1 {
    font-size: 60px;
    text-transform: uppercase
}
.slide-wrap {
    background: rgba(23, 28, 32, 0.6)
}
.caption-container {
    padding: 40px 30px;
    overflow: hidden
}
.caption-container h1 {
    display: none
}
.caption-container p {
    position: relative;
    right: -200%;
    opacity: 0
}
.promo {
    position: relative;
    top: -200%;
    opacity: 0
}
.promo-container {
    padding: 0
}
.promo {
    background: #243f76;
    margin-top: 5px;
    margin-right: 5px;
    min-height: 275px;
    line-height: 1.15;
    padding: 70px 0
}
.promo strong {
    color: 24px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}
.promo .price {
    color: #67a8da;
    font-size: 60px;
    font-weight: 700
}
/*FOOTER*/
.site_footer {
    background: #565656;
    color: #fff;
    padding: 15px 0;
    margin-top: 60px;
    font-size: 12px
}
.site_footer a {
    color: #fff;
    font-size: 12px
}
.site_footer nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.site_footer nav ul li {
    float: left
}
.site_footer nav ul li a {
    color: #fff;
    font-size: 12px;
    margin-right: 20px
}
/*HOMEPAGE*/
.flex-control-nav {
    z-index: 400
}
.home_cta p {
    margin-bottom: 0
}
.home_cta {
    background: rgba(36, 63, 118, 0.9);
    color: #fff;
    padding: 0;
    position: relative;
    bottom: 0;
    z-index: 100;
    width: 100%;
    margin-top: -120px
}
.home_cta a {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
    padding-left: 70px;
    line-height: 1.25
}
.home_cta a:hover {
    background-color: #1c3566
}
.home_cta a.cta_new-domain {
    line-height: 40px;
    background-image: url(../png/icon_new-domain.png);
    background-repeat: no-repeat;
    background-position: 15%
}
.home_cta a.cta_new-domain:hover {
    background-image: url(../png/icon_new-domain--hover.png);
    color: #569ed6;
    text-decoration: none
}
.home_cta a.cta_learn-more {
    line-height: 40px;
    background-image: url(../png/icon_learn-more.png);
    background-repeat: no-repeat;
    background-position: 11%
}
.home_cta a.cta_learn-more:hover {
    background-image: url(../png/icon_learn-more--hover.png);
    color: #569ed6;
    text-decoration: none
}
.home_cta a.cta_check {
    background-image: url(../png/icon_check.png);
    background-repeat: no-repeat;
    background-position: 15%
}
.home_cta a.cta_check:hover {
    background-image: url(../png/icon_check--hover.png);
    color: #569ed6;
    text-decoration: none
}
.homepage h2 {
    color: #243f76;
    font: 600 24px 'Open Sans', sans-serif;
    text-transform: uppercase
}
.homepage h3 {
    color: #243f76;
    font: 600 16px 'Open Sans', sans-serif;
    text-transform: uppercase
}
/*ANNOUNCEMENTS*/
.home_announcements {
    background: #f4f4f4
}
.announcement-article {
    position: relative;
    padding: 60px 40px;
    border: 1px solid #243f76;
    height: 230px;
    overflow: hidden;
}
.announcement-article .date {
    color: #333;
    font-weight: 700;
    font-size: 14px
}
.announcement-article:hover {
    background: #243f76;
    color: #fff
}
.announcement-article:hover a, .announcement-article:hover .date {
    color: #fff
}
.announcement-article_wrap {
    padding-left: 5px;
    padding-right: 5px;
    margin: 5px 0
}
.announcement-article h4 a {
    color: #333
}
.category {
    position: absolute;
    top: 0;
    right: 0;
    background: #569ed6;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px
}
.sfTagsList {
    padding: 0;
    margin: 0;
    list-style: none
}
.post-content {
    color: #646464
}
.post-date {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px
}
.post-title {
    margin-bottom: 20px
}
/*ANNOUNCEMENTS*/
.faq-page.faq-accordion:first-child {
    border-top: 1px solid #e1e1e1;
    margin-top: 20px
}
.faq-page.faq-accordion:last-of-type {
    margin-bottom: 50px
}
.faq-accordion {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 30px
}
.faq-accordion:last-child {
    border: none;
    margin-bottom: 0
}
.faq-accordion > a {
    padding: 30px 0;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 15px;
    padding-right: 50px;
    position: relative;
    display: block;
    background: url(../png/icon-accordion--open.png) no-repeat 96%;
    transition: all ease 0.3s;
}
.faq-accordion > a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
    padding-left: 20px
}
.faq-accordion > a.accordion-close {
    background: #f6f6f6 url(../png/icon-accordion--close.png) no-repeat 99%;
    padding-left: 20px
}
.accordion-controls li {
    display: inline
}
.accordion-controls li a {
    display: inline-block;
    padding-left: 30px;
    color: #2b457a
}
.accordion-controls li a.faq-expand-all {
    background: url(../png/icon-accordion--open.png) no-repeat left;
    margin-right: 20px
}
.accordion-controls li a.faq-reduce-all {
    background: url(../png/icon-accordion--close.png) no-repeat left
}
.faq-accordion .faq-content {
    display: none;
    padding: 20px 30px
}
.home_faq .col-md-6 {
    border-right: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-right: 20px
}
.home_faq .col-md-6:last-of-type {
    border: 0
}
/*BREADCRUMBS*/
.breadcrumbs ul {
    padding: 0;
    margin: 0
}
/*.breadcrumbs ul li a {font-size:11px; color:#fff; line-height:1}
.breadcrumbs ul li {float:left; list-style:none; margin-right:20px; border-right:1px solid #fff; padding-right:20px; line-height:1}*/
.breadcrumbs .sfBreadcrumbNodeSeparator {
    font-size: 9px;
    vertical-align: middle;
    line-height: 1;
    color: #fff
}
.breadcrumbs .RadSiteMap .rsmLink {
    padding: 1px 7px 1px 5px;
    color: #b3b3b3;
    font-size: 11px
}
.breadcrumbs .RadSiteMap .rsmLink:last-child {
    color: #fff
}
/*OVERVIEW*/
.section_banner {
    padding: 40px 0 20px;
    margin-bottom: 40px
}
.section_banner h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase
}
/*animation element*/
.animation-element {
    opacity: 0;
    position relative
}
.sfPageEditorWrp .animation-element {
    opacity: 1 !important;
    transform: none !important
}
.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
.bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*SIDEBAR NAVIGATION*/
.navigation--sidebar {
    width: 90%;
    position: sticky;
    top: 30px;
}
.navigation--sidebar ul {
    padding: 0;
    list-style: none;
    margin: 0
}
.navigation--sidebar a {
    overflow: hidden;
    position: relative;
    background: #2b457a;
    padding: 30px 25px 20px;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-size: 13px
}
.navigation--sidebar a:after {
    -webkit-transition: all .2s ease;
    -moz-transiti on: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    right: -100%;
    display: block;
    width: 23px;
    height: 23px;
    content: "";
    background: #fff;
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}
.navigation--sidebar a:hover, .navigation--sidebar a.active {
    background: #559bd3;
    text-decoration: none;
}
.navigation--sidebar a:hover:after, .navigation--sidebar a.active:after {
    right: -5px;
}
/*SOCIAL
.social .RadSocialShare_Default {background:none; border:0}
.social .RadSocialShare {padding:0}
.social {list-style:none; margin:0; padding:0; text-align:right}
.social li {display:inline}
.social li a {display:inline-block; vertical-align:top; width:25px; height:24px; line-height:0; font-size:0; color:transparent; margin-right:5px}
.social .sshListItem .sshLinkItem .sshIcon {background:url(../images/social-spritesheet.png) no-repeat; width:25px; height:24px;}
.social .sshListItem .sshLinkItem .sshIcon.sshShareOnFacebook {background-position:0 0}
.social .sshListItem .sshLinkItem .sshIcon.sshShareOnTwitter {background-position:0 -48px}
.social .sshListItem .sshLinkItem .sshIcon.sshLinkedIn {background-position:0 -24px}
.social li a.social_facebook {background-position: 0 0}
.social li a.social_linkedin {background-position: 0 -24px}
.social li a.social_twitter {background-position: 0 -48px}
*/
/*DOMAIN REGISTRATION*/
.domain-registration {
    padding-left: 30px;
    padding-right: 30px
}
.domain-registration_column {
    border: 1px solid #243f76;
    padding: 50px 20px 30px;
    min-height: 340px;
    margin: 0 30px 30px
}
.domain-registration_column img {
    margin-bottom: 35px
}
.domain-registration_column p {
    min-height: 100px
}
/*LIST OF REGISTRARS*/
.registrar-filter label {
    color: #243f76;
    padding: 20px 0;
    margin: 0 30px;
    font-weight: 400
}
.registrar-filter select {
    width: 300px;
    height: 40px;
    padding-left: 10px
}
.registrar-filter .filter-by {
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700
}
.registrar ul {
    list-style: none;
    padding: 0
}
.registrar figure {
    min-height: 100px
}
.registrar {
    margin-bottom: 40px;
    height: 300px
}
.registrar-select {
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    background: url(../jpg/icon-select.jpg) no-repeat right;
    display: inline-block;
    width: 30%
}
.registrar-select select {
    width: 130%;
    background: none;
    border: 0
}
/*WHOIS*/
.whois.section_overview-banner {
    background: #569ed6;
    padding: 40px 0;
    margin-bottom: 20px
}
.whois.section_overview-banner h1 {
    text-transform: uppercase;
    font-size: 45px;
    margin-top: 0;
    word-wrap: break-word
}
.whois.section_overview-banner h1 span {
    font-size: 24px;
    line-height: 2;
    text-transform: none
}
.whois-results {
    margin-bottom: 40px
}
.whois-results-container {
    padding: 30px;
    border: 1px solid #707070
}
/*CONTACT*/
.error {
    color: red;
    font-weight: 400;
    font-size: 12px
}
.required-field {
    color: red
}
.form-group textarea {
    display: block;
    width: 100%;
    height: 170px
}
.form-group input {
    border-radius: 0
}
.form-group input[type="email"], .form-group input[type="text"] {
    width: 80%
}
#form-submit {
    border: 0;
    background: #569ed6;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 700
}
#form-submit:hover {
    background: #243f76
}
/*ANNOUCNCEMENTS*/
.announcement:first-child {
    border-top: 1px solid #e1e1e1
}
.announcement {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0
}
.announcement-rss.announcement {
    border: 1px solid #e1e1e1;
    border-bottom: 0
}
.announcement-rss.announcement:last-of-type {
    border-bottom: 1px solid #e1e1e1
}
.announcement-rss.announcement .announcement-title {
    padding: 20px 15px
}
.announcement time {
    display: inline-block;
    font-size: 14px;
    font-weight: 700
}
.announcement .border {
    color: #e1e1e1
}
.announcement .announcement-category {
    display: inline-block;
    color: #549ad5
}
/*
.announcement-article .category .sfTagsList li,
.announcement .announcement-category .sfTagsList li {display:none}
.announcement-article .category .sfTagsList li:last-child,
.announcement .announcement-category .sfTagsList li:last-child {display:inline-block}
*/
.announcement-title {
    padding: 30px 15px
}
.announcement-title a {
    display: block;
    font-size: 16px;
    color: #333;
    background: url(../png/icon-announcements-arrow.png) no-repeat right;
    padding-right: 40px
}
.featured.announcement {
    border: 1px solid #e1e1e1;
    padding: 0;
    margin-bottom: 30px
}
.featured.announcement .announcement-title a {
    background: none;
    padding-right: 30px
}
.featured.announcement .announcement-title {
    padding: 30px 15px
}
/*ANNOUCNCEMENTS OVERVIEW*/
.announcement-overview_section {
    border: 1px solid #243f76;
    padding-bottom: 30px
}
.announcement-overview_figure {
    position: relative
}
.announcement-overview_figure .overview_category {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 25px;
    width: 100%;
    font-size: 16px;
    font-weight: 700
}
.announcement-overview_figure img {
    width: 100%
}
.overview_content {
    padding: 25px 30px;
    text-align: center;
    color: #646464
}
.overview_content p {
    margin-bottom: 0
}
.overview_link {
    text-align: center;
    background: #243f76;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    padding: 20px
}
/*PAGER*/
.jp-disabled {
    display: none !important
}
.rss-pager, .rss-pager2 {
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center
}
.announcement-pager.rss-pager {
    border: 0
}
.rss-pager a, .rss-pager2 a {
    color: #959595;
    font-size: 14px;
    margin: 0 10px
}
.rss-pager2 a.jp-next, .rss-pager2 a.jp-previous, .rss-pager a.jp-next, .rss-pager a.jp-previous {
    border: 1px solid #243f76;
    vertical-align: middle;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 0;
    font-size: 0;
    color: transparent
}
.jp-previous {
    margin-right: 20px !important;
    background-image: url(../png/icon-pager-prev.png);
    background-repeat: no-repeat;
    background-position: center
}
.jp-next {
    margin-left: 20px !important;
    background-image: url(../png/icon-pager-next.png);
    background-repeat: no-repeat;
    background-position: center
}
.jp-next:hover, .jp-previous:hover {
    background-color: #243f76;
    cursor: pointer
}
.rss-pager a.jp-current, .rss-pager2 a.jp-current {
    color: #243f76
}
/*PAGE TOOLS*/
.page-tools {
    text-align: right;
    list-style: none;
    padding: 0
}
.page-tools li {
    display: inline
}
.page-tools li a {
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background: url(../png/pagetools-spritesheet.png) no-repeat;
    line-height: 0;
    font-size: 0;
    color: transparent
}
.page-tools li a.page-tools_print {
    background-position: -27px 0
}
.page-tools li a.page-tools_print:hover {
    background-position: -27px -27px
}
.page-tools li a.page-tools_font-decrease {
    background-position: -54px 0
}
.page-tools li a.page-tools_font-decrease:hover {
    background-position: -54px -27px
}
.page-tools li a.page-tools_font-reset {
    background-position: -81px 0
}
.page-tools li a.page-tools_font-reset:hover {
    background-position: -81px -27px
}
.page-tools li a.page-tools_font-increase {
    background-position: -108px 0
}
.page-tools li a.page-tools_font-increase:hover {
    background-position: -108px -27px
}
.page-tools li a.social_facebook {
    background-position: -135px 0
}
.page-tools li a.social_facebook:hover {
    background-position: -135px -27px
}
.page-tools li a.social_linkedin {
    background-position: -162px 0
}
.page-tools li a.social_linkedin:hover {
    background-position: -162px -27px
}
.page-tools li a.social_twitter {
    background-position: -189px 0
}
.page-tools li a.social_twitter:hover {
    background-position: -189px -27px
}
/*RESPONSIVE MENU*/
.header--mobile_top {
    margin: 15px 0
}
.mobile-search {
    background: #f7f5f6;
    padding: 10px 0;
    margin-bottom: 20px
}
.inner.navbar-toggle {
    margin-right: -15px;
    background: none
}
.inner.navbar-toggle span {
    background: #223866
}
.btn--mobile-submit {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    color: transparent;
    border: 0;
    background: url(../png/icon-search.png) no-repeat center;
    display: inline-block;
    width: 40px;
    height: 40px
}
.mobile-search input[type="text"] {
    border: 0;
    background: none;
    height: 40px;
    padding: 0 10px;
    width: 71.8%
}
.mobile-search.whois {
    margin-bottom: 0
}
.mobile-search.whois input[type="text"] {
    background: #ebebeb;
    width: 80%;
    height: 35px
}
.mobile-search.whois a {
    height: 35px;
    line-height: 35px
}
.sidr {
    background: #fff;
    width: 100%
}
#sidr .mobile-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0
}
#sidr .mobile-menu > ul > li > ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0
}
#sidr .mobile-menu > ul > li {
    border-bottom: 1px solid #eae6e6;
    margin-left: 15px;
    margin-right: 15px
}
#sidr .mobile-menu > ul > li > a {
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 20px center;
    display: block;
    height: 55px;
    padding: 15px 0;
    color: #333;
    padding-left: 70px;
    text-transform: uppercase
}
#sidr .mobile-menu > ul > li > ul > li > a {
    color: #333;
    padding: 10px 10px 10px 70px;
    text-transform: uppercase;
    display: block
}
#sidr .mobile-menu > ul > li:first-child > a {
    background-image: url(../png/icon-about.png)
}
#sidr .mobile-menu > ul > li:nth-child(2) > a {
    background-image: url(../png/icon-domain-registration.png)
}
#sidr .mobile-menu > ul > li:nth-child(3) > a {
    background-image: url(../404-page-not-found8dce.html)
}
#sidr .mobile-menu > ul > li:nth-child(4) > a {
    background-image: url(../png/icon-policies.png)
}
#sidr .mobile-menu > ul > li:nth-child(5) > a {
    background-image: url(../png/icon-announcements.png)
}
#sidr .mobile-menu > ul > li:nth-child(6) > a {
    background-image: url(../png/icon-registrars.png)
}
#sidr .mobile-menu > ul > li:nth-child(7) > a {
    background-image: url(../png/icon-faq.png)
}
.page-tools li ul {
    position: relative;
    background: #fff;
    border: 1px solid #b3b3b3
}
.page-tools li ul:after, .page-tools li ul:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
.page-tools li ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}
.page-tools li ul:before {
    border-color: rgba(179, 179, 179, 0);
    border-bottom-color: #b3b3b3;
    border-width: 11px;
    margin-left: -11px
}
.page-tools li {
    position: relative
}
.page-tools li ul {
    position: absolute;
    z-index: 200;
    left: -120%;
    top: 100%;
    width: 95px;
    padding: 0
}
.page-tools li ul {
    display: none
}
.addthis_button_compact > .at-icon-wrapper, .at-icon-wrapper {
    display: none !important
}
.page-tools li:first-child {
    padding-bottom: 20px
}
.success-message, .alert.alert-danger {
    width: 100%;
    text-align: center;
    padding: 40px;
    background: #dff0d8;
    border: 1px solid #d6e9c6
}
.success-message p {
    color: #3c763d
}
@media only screen and (min-width: 1600px) {
    .navigation--primary > ul > li > a {
        min-height: 85px
    }
    .btn--site-search {
        min-height: 95px
    }
    .home_cta a.cta_check {
        line-height: 40px
    }
    .home_cta a.cta_new-domain, .home_cta a.cta_learn-more, .home_cta a.cta_check {
        background-position: 20%
    }
}
@media only screen and (max-width: 1599px) {
    .domain-registration_column {
        margin-left: 0;
        margin-right: 0
    }
    .featured.announcement .announcement-title a {
        background: none;
        padding-right: 10px
    }
    .featured.announcement .announcement-title {
        padding: 3px 0 0
    }
}
@media only screen and (max-width: 1199px) {
    .featured.announcement .announcement-title a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1024px) {
    .navigation--primary > ul > li > a {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
        word-wrap: break-word
    }
    .domain-registration_column {
        margin-left: 0;
        margin-right: 0
    }
}
@media only screen and (max-width: 768px) {
    .home_cta a.cta_new-domain, .home_cta a.cta_learn-more {
        line-height: 1.5
    }
    .site_footer nav ul li a {
        margin-right: 10px
    }
    .site_footer .text-right {
        text-align: center !important;
        margin: 10px 0
    }
    .home_cta {
        background: rgba(36, 63, 118, 1);
        margin-top: -130px
    }
    .main-banner {
        min-height: 580px
    }
    .caption-container h1 {
        font-size: 50px
    }
    .site_footer nav {
        display: none
    }
}
@media only screen and (max-width: 767px) {
    .navigation--sidebar {
        display: none
    }
}
@media only screen and (max-width: 640px) {
    .registrar {
        width: 50%;
        float: left
    }
    .section_banner h1 {
        font-size: 30px
    }
}
@media only screen and (min-width: 480px) and (min-width: 767px) {
    .mobile-search.whois input[type="text"] {
        width: 90%
    }
}
@media only screen and (max-width: 480px) {
    .caption-container {
        padding: 30px 20px
    }
    .caption-container h1 {
        font-size: 36px
    }
    .main-banner {
        min-height: 300px
    }
    .slider-content {
        display: none !important
    }
    .home_cta {
        margin-top: -160px
    }
    .registrar, .registrar-select {
        width: 100%
    }
    .registrar {
        width: 100%;
        float: none;
        padding: 0 70px
    }
    .registrar.ida {
        padding: 0;
        height: auto
    }
    .flex-control-nav {
        bottom: -160px
    }
}
.read-more {
    text-decoration: none;
    position: relative;
    z-index: 2
}
.read-more:after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    width: 101%;
    height: 1px;
    background: #243f76;
    bottom: -2px;
    left: -1%
}
.read-more:hover {
    color: #fff;
    text-decoration: none
}
.read-more:hover:after {
    width: 110%;
    left: -5%;
    height: 30px;
    bottom: -5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.flex-control-paging li a.flex-active {
    background: rgba(36, 63, 118, 0.9)
}
/*404*/
.error-container {
    border: 1px solid #243F76;
    margin-bottom: 40px;
    margin-top: 50px
}
.error-container div[class*="col"] {
    padding-left: 0;
    padding-right: 0
}
.error-container .btn--cta {
    margin: 20px;
    display: inline-block
}
.bg-blue {
    background: #243F76;
    text-align: center
}
.error-container p {
    font-size: 18px
}
.error-container p, .bg-blue h1 {
    margin: 0;
    padding: 35px
}
.error-menu {
    list-style: none;
    padding: 0;
    margin: 0
}
.error-menu li {
    float: left
}
.error-menu li a {
    display: block;
    width: 250px;
    color: #243F76;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 30px
}
h1.errorpage-heading {
    padding: 20px;
    font-size: 60px;
    font-weight: 700
}
.registrar.ida {
    height: auto
}
@media print {
    a[href]:after {
        content: ""
    }
    .site_footer, .navigation--sidebar, .navigation-wrap, header label, header input, header #desktop-whois-submit, .header--mobile, .mobile-search.whois {
        display: none
    }
    .header--main {
        display: block !important
    }
    .section_banner {
        padding: 10px 0;
        margin-bottom: 0
    }
}
.announcement-article .sfTagsList li {
    display: none
}
.announcement-article .sfTagsList li:first-child {
    display: inline-block
}
.sfnewsTitle {
    font-size: 1.1rem;
    margin-top: 10px;
}
@media only screen and (max-width: 480px) {
    .faq-accordion > a:hover {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 750px;
    }
}
.reg-table{
	overflow: hidden;
    overflow-x: scroll;
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.navigation--primary > ul > li > a{
		    font-size: 12px;
		word-break: break-word;
    white-space: pre-line;
    transition: all ease 0.3s;
	}
}