.introduction_text {
    font-family: Lucida Sans Unicode,Lucida Grande,Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #676767;
    /* padding: 85px 0 0; */
    margin-left: 8.51852%;
    width: 82.96296%;
    text-align: center;
}
.tos_footer_text {
    font-family: Lucida Sans Unicode,Lucida Grande,Arial,Verdana,Tahoma,sans-serif;
    font-size: 16px;
    line-height: 1.625;
    color: #676767;
    text-align: left;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}
.header_text {
    font-size: 32px;
    line-height: 1.3125;
    font-weight: 400;
    color: #8e8e8e;
    text-align: center;
    font-family: Lucida Sans Unicode,Lucida Grande,Arial,Verdana,Tahoma,sans-serif;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-transform: none;
}
@media screen and (max-width: 1151px) {
    .introduction_text {
        margin-left: 2.5%;
        width: 95%;
        font-size: 14px;
        line-height: 1.428;
    }
    .header_text {
        font-size: 30px;
        line-height: 1.4;
    }
}
#body-wrapper {
    /* Forces content to use full page at minimum */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#body-wrapper2 {
    /* Pushes footer down to bottom */
    flex: 1 0 auto;
}
.page-footer {
    /* Spread across full page and don't shrink */
    width: 100%;
    flex-shrink: 0;
    background: #46545d;
    text-align: center;
    line-height: 1.4em;
    color: #f6f6f6;
}
.footer-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border-bottom: 1px solid #4e5f69;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
nav {
text-align: center;
padding: 10px 0;
}
nav ul{
  list-style: none;
  margin: 0 2px;
  padding: 0;
  display: flex;
  justify-content: space-around;
  width: 50%;
}
nav li {
   display: inline-block;
   padding: 5px 5px;
   width: 100%;
}
nav a {
  font-weight: normal;
  padding: 10px 5px;
  color: #f6f6f6;
}
.footer-copyright {
    padding: 30px 0;
    color: #d1e0eb;

    p {
        width: 80%;
        margin: 0 auto 0.4em;
        display: block;
    }
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-dialog {
  position: relative;
  width: 515px;
  margin: 0 auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background-color: #f5f5f5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body dl{
	margin: 0;	
}
.modal-body dl dt{
	font-weight: bold;	
}
.modal-body dl dd{
	margin-bottom: 10px;
	margin-left: 0;	
}
.modal-body dl dd p{
    margin-top: 0;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 515px;
    margin: 0 auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;

}
.eppModal.in {
  position: absolute;
  overflow: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block
}
audio, canvas, video {
	display:inline-block;
	*display:inline;
	*zoom:1
}
audio:not([controls]) {
	display:none
}
[hidden] {
	display:none
}
html {
	height:100vh;
	margin:0;
	padding:0;
	font-size:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}
body {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.5;
	font-size: 11px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
  
}
body, button, input, select, textarea, pre {
	font-family:Verdana, sans-serif;
	color:#676767
}
pre {
	display:block;
	float:left;
	font-size: 11px;
	line-height: 1.75;
	margin: 0;
	padding: 0;
}
a {
	text-decoration:none
}
a:focus {
	outline:0
}
a:hover, a:active {
	color:#7cb307;
	outline:0
}
.content a:hover, a:active {
	outline:0
}
abbr[title] {
	border-bottom:1px dotted
}
b, strong {
	font-weight:bold
}
dfn {
	font-style:italic
}
ins {
	background:#ff9;
	color:#000;
	text-decoration:none
}
mark {
	background:#ff0;
	color:#000;
	font-style:italic;
	font-weight:bold
}
ul, ol {
	margin:1em 0;
	padding:0 0 0 40px
}
ol li {
	margin-bottom:10px
}
dd {
	margin:0 0 0 40px
}
figure {
	margin:0
}
img {
	border:0
}
form {
	margin:0
}
fieldset {
	border:0;
	margin:0;
	padding:0
}
label {
	cursor:pointer
}
legend {
	border:0;
*margin-left:-7px;
	padding:0
}
input[type=radio] {
	margin-right:.5em
}
textarea:focus, input:focus{
    outline: 0;
}
input:invalid, textarea:invalid {
	background-color:#f0dddd
}
.ui-accordion ul { 
	display: block; 	
}
.help-panel {
	display:none;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 1em;
}
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    min-height: 0;    
    position: relative;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: -0.5em;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.ui-accordion-content {	
	 display: none;	 
}

#swhois_results  .ui-accordion-content {
	padding-left:1.2em;
}
.ui-icon {
		height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-icon {
    background-image: url("../img/ui-icons_454545_256x240.png");   
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-messages {
	margin-bottom:19px
}
.ui-messages-error-icon, .field-error-icon {
	margin-top:0!important;
	height:14px!important;
	width:14px!important;
	line-height:14px!important;
	background-image:url(/resources/img/error_icon.png)!important
}
.ui-messages-error ul {
	line-height:14px;
	margin:0 0 0 22px
}
.ui-messages-error li {
	line-height:14px
}
.ui-messages-error li+li {
	margin-top:2px
}
.ui-messages-error .ui-messages-error-summary {
	color:red!important;
	line-height:14px;
	margin-left:0
}
.ui-input-invalid, span.ui-input-invalid>input {
	border:solid 1px red!important
}
span.ui-input-invalid, table.ui-input-invalid {
	border:none!important
}
.ui-label-invalid, table.ui-input-invalid label {
	color:red
}
.ui-button {
	background:url(/resources/img/submit.png) no-repeat;
	width:102px;
	height:19px;
	border:0
}
.ui-button .ui-button-icon-primary {
	display:none
}
.field-error-icon {
	display:none;
	top:2px;
	margin-left:4px;
	position:relative
}
.ui-input-invalid+.field-error-icon, .ui-input-invalid+script+.field-error-icon {
	display:inline-block
}
textarea.ui-input-invalid+.field-error-icon, textarea.ui-input-invalid+script+.field-error-icon {
	top:-74px;
	left:480px
}
.ui-inputtextarea-resizable {
	display:inline-block
}
.forms-input {
	width:270px
}
textarea.forms-input {
	height:65px;
	width:100%
}
select.forms-input {
	width:280px
}
span.forms-input>input {
	width:233px
}
.countrycode {
	width:25px;
	margin-left:2px!important
}
.phonenumber {
	margin-left:5px!important;
	width:210px
}
div.form-field {
	overflow:show
}
.form-center {
	padding-right:390px;
	text-align:center
}
table {
	border-collapse:collapse;
	border-spacing:0
}
td {
	vertical-align:top
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
hr {
	border:0;
	border-top:2px dotted #ccc;
	margin-bottom:15px
}
hr.blue {
	border-top:2px solid #0061a3
}
.f_r {
    float: right;
}
.f_l {
    float: left;
}

.openz { display:block; }
.closez { display:none; }

.center {
	text-align:center
}
.nobreak {
	white-space:nowrap
}

.locale {
	position: relative;
	z-index: 21
}
.locale {
	padding-right: 0px;
}
.locale .selector {
	position: relative;
	padding: 0 21px 0 4px;
	margin: 10px 0 0 6px;
	background: url(../img/dropdown_gradient.png) 0 0 repeat-x;
	background: -webkit-linear-gradient(top, #e8e8e8, #fff);
	background: -moz-linear-gradient(top, #e8e8e8, #fff);
	background-image: linear-gradient(to bottom, #e8e8e8, #fff);
	text-align: right;
	line-height: 1;
	color: #4796d0;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #e8e8e8;
	height: 20px
}
.locale_name {
	background: transparent url(../img/sprite_global_new.png) no-repeat -123px -1px;
	padding: 4px 4px 3px 24px;
	border-right: 1px solid #e8e8e8;
	display: inline-block;
	height: 14px
}
.selector:hover .locale_name {
	background-position: -123px -27px;
	color: #7cb307
}
.arrow_down {
	background: transparent url(../img/sprite_global_new.png) no-repeat -66px -78px;
	padding: 3px 4px;
	height: 14px;
	width: 9px;
	border-left: 1px solid #fff;
	position: absolute
}
.selector:hover .arrow_down {
	background-position: -47px -78px
}
.locales_wrapper {
	position: absolute;
	width: 440px;
	top: 45px;
	right: 0;
	z-index: 3;
	display: none
}
.info_wrapper, .search_wrapper {
	position: absolute;
	z-index: 30;
	display: none
}
.locales_wrapper .carat, .search_wrapper .carat, .info_wrapper .carat {
	background: transparent url(../img/d_indicator.png) no-repeat 0 0;
	height: 15px;
	width: 18px;
	position: absolute;
	right: 5px;
	top: -12px
}

.locales {
	padding: 5px 0 5px 25px;
	font-size: 10px;
	text-align: left;
	background: #fbfbfb;
	font-weight: normal;
	border: 1px solid #d8d8d8
}
.boxshadow .locales {
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
	box-shadow: 0 2px 10px rgba(0,0,0,.3)
}
.no-boxshadow .locales {
	border: 1px solid #ccc
}
.locales ul {
	float: left;
	display: block;
	min-width: 118px;
	padding: 6px 0 9px;
	margin: 0 25px 0 0;
	list-style: none
}
.info-panel ul {
	float: left;
	display: block;
	width: 256px;
	padding: 6px 0 9px;
	margin: 0;
	list-style: none
}
.search_wrapper .locales ul+ul {
	min-width: 77px
}
.locales ul+ul+ul {
	min-width: 90px
}
.locales li, .info-panel li {
	margin: 0;
	padding: 0
}
.locales li a, .info-panel li a {
	display: block;
	height: 11px;
	padding: 4px 0;
	color: #676767;
	line-height: 1.0;
	white-space: nowrap
}
.locale .close, .info_wrapper .close {
	position: absolute;
	height: 12px;
	width: 12px;
	top: 7px;
	right: 7px;
	background: transparent url(../img/sprite_global_new.png) no-repeat -47px -60px;
	cursor: pointer
}
.locales a:hover, .info-panel li a:hover {
	color: #7cb307
}


#wrapper {	
	display:table;	
	margin:0 auto;
	width:625px;
	text-align:left;
	min-height: 100%;
}
.header {
	margin:0 0 20px 0;
	z-index:2
}
.header.tight {
	margin: 0 0 8px;
}
.logo {
	float:left;
	margin:17px 0 16px 33px
}
.logo img {
	display:block
}

.mega_nav {
	float:left;
	position:relative;
	height:26px;
	width:960px;
	border-top:1px solid #83b0d1;
	border-bottom:1px solid #83b0d1;
	color:#fff;
	background:#0661a3;
	font-size:12px;
	z-index:20
}
.nav_end {
	position:absolute;
	right:0;
	top:-1px;
	width:39px;
	height:28px;
	background:transparent url(/resources/img/sprite_global.png) no-repeat -146px -161px
}
.mega_nav>ul {
	position:relative;
	margin:0 0 0 4px;
	top:-1px;
	zoom:1
}
.mega_nav>ul>li>a {
	float:left;
	position:relative;
	padding:8px 14px 9px 25px;
	color:#fff;
	line-height:12px;
	-webkit-font-smoothing:subpixel-antialiased
}
.mega_nav>ul>li:hover>a {
	color:#676767
}
.mega_nav>ul>li {
	float:left;
	margin:0 0 0 -4px;
	padding:0;
	height:28px
}
.mega_nav>ul>li:hover {
	background:transparent url(/resources/img/mega_nav_btn_l.png) no-repeat left top;
	background-repeat:no-repeat
}
.mega_nav>ul>li a+div {
	float:left;
	position:relative;
	width:7px;
	height:28px;
	padding:0 0 0 5px;
	line-height:28px;
	z-index:2
}
.mega_nav>ul>li:hover a+div {
	background:transparent url(/resources/img/mega_nav_btn_r.png) no-repeat -4px top
}
.mega_nav>ul>li:hover .mega_dropdown {
	display:block
}
.mega_dropdown {
	position:absolute;
	width:767px;
	padding:7px 0;
	top:28px;
	left:-4px;
	display:none;
	z-index:4
}
.boxshadow .mega_dropdown {
	-webkit-box-shadow:3px 3px 5px rgba(0,0,0,.5);
	box-shadow:3px 3px 5px rgba(0,0,0,.5)
}
.no-boxshadow .mega_dropdown {
	border:1px solid #adb0b5;
	border-top:0
}
.opacity .mega_dropdown {
	background:rgba(239,239,239,.96)
}
.no-opacity .mega_dropdown {
	background:transparent url(/resources/img/mega_drop_bg.png) repeat left bottom
}
.mega_dropdown>ul {
	float:left;
	width:100%;
	margin:0;
	overflow:hidden
}
.mega_dropdown>ul>li {
	float:left;
	border-right:1px dotted #676767
}
.nav2>ul>li {
	width:382px
}
.nav3>ul>li {
	width:254px
}
.nav3>ul>li.last {
	width:255px
}
.nav4>ul>li.last {
	width:190px
}
.nav4>ul>li {
	width:190px
}
.mega_dropdown .last {
	border:0
}
.mega_dropdown ul ul li:hover a {
	color:#fff
}
.mega_dropdown ul ul li:first-child a {
	padding:5px 0 6px 11px;
	font-weight:bold;
	background:transparent url(/resources/img/mega_nav_arrow.png) no-repeat left 11px
}
.mega_dropdown ul ul li:first-child:hover a {
	color:#fff;
	background:transparent url(/resources/img/mega_nav_arrow_h.png) no-repeat left 11px
}
.mega_dropdown ul ul li a.last {
	border-bottom:0
}
.mega_dropdown a {
	display:block;
	padding:2px 0 3px 11px;
	color:#676767;
	line-height:15px;
	border-bottom:1px dotted #c7c7c7
}
.mega_dropdown ul ul li {
	padding:0 11px 0
}

.mega_dropdown ul ul li:hover a {
	border-bottom-color:transparent
}

a {
	color:#4796d0
}
a:hover, a:active {
	color:#7cb307;
	outline:0
}

section {
	clear:both;
	position:relative;
	margin:0 0 26px 0;
	min-height:300px;
	line-height:1.5
}

nav.right b, nav.right strong {
	font-size:13px
}
nav.right b.promo, nav.right strong.promo {
	color:#0061a3
}
.contentChannel h3, .contentChannelT1 h3, .contentChannelT2 h3 {
	font-size:12px;
	color:#676767;
	font-weight:bold;
	text-transform:uppercase
}
.contentChannel p ul, .contentChannelT1 p ul, .contentChannelT2 p ul, ul.nonStandard {
	margin-top:-15px;
	padding-top:0
}
h1, h2 {
	color:#0061a3;
	text-transform:uppercase
}
h1 {
	border-bottom:1px dotted #82b2dc;
	font-size:18px;
	line-height:1.17;
	padding-bottom:2px;
	margin:0 26px 11px;
	letter-spacing:0
}
h1.t1 {
	display:none
}
h2 {
	font-size:12px;
	line-height:1.42;
	font-weight:bold;
	letter-spacing:-.5px;
	margin:0
}
h4 {
	font-weight:bold;
	font-size:11px
}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height:1.42;
	margin:0;
	text-transform:capitalize;
	clear:both
}

.arrowDown, .arrowUp {
	padding: 8px 22px 5px 0;
	border-top: 2px dotted #aeb0b2;
	cursor: pointer
}
.arrowDown>a, .arrowUp>a {
	font-size: 12px;
	font-weight: bold;
	cursor: pointer
}
.arrowUp {
	padding: 8px 22px 0 0
}
.arrowDown.no_top, .arrowUp.no_top {
	border-top: 0
}
.dropDiv {
	margin-bottom: 10px;
	display: none
}
.dropDiv b {
	font-weight: bold!important;
	color: #77787b!important
}
.dropDiv strong {
	font-weight: bold!important;
	color: #77787b!important
}
.dropBottom {
	height: 1px;
	border-top: 2px dotted #aeb0b2
}
.accordion+div {
	display: none
}

.contentChannel {
	float: left;	
	height: 100%;		
}
#searchable-help .ui-accordion-content, #normal-help .ui-accordion-content {
	
}
.contentChannel h2 {
	font-size: 12px;
	line-height: 1.42;
	color: #0061A3;
	font-weight: bold;
	text-transform: uppercase; 
}
.contentChannelT1 .contentChannelT1Content {
	float: left;
	padding: 0 20px
}
.contentChannelT1Content, .contentChannelT2Content {
	float: left;
	width: 707px;
	padding: 0 40px
}
.contentChannel table, .contentChannelT2 table {
	width: 100%
}
.contentChannelT1 {
	width: 783px;
	padding: 0
}
.contentChannelT2 {
	width: 697px
}
.contentChannel p, .contentChannelT1 p, .contentChannelT2 p {
	margin: 5px 0 25px 0
}
.contentChannelT1Content p {
	margin: 5px 0 25px 0
}
.contentChannel code { 
	font-size:14px;
	color:#0061A3;
}
.notes {
	 margin-left:15px; 
	 margin-top:5px
}
.data {
	width: 100%;
	text-align: left;
	margin: 10px 0 25px 0
}
.data.w_note {
	margin-bottom: 12px
}
.data th {
	background: #72a0d4;
	color: #fff;
	font: bold 12px/1.2 Verdana, sans-serif;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	text-transform: capitalize;
	padding: 9px 15px
}
.data.col2 td {
	width: 50%
}
.data.col3 td {
	width: 33%
}
.data.col4 td {
	width: 25%
}
.data.col5 td {
	width: 20%
}
.data td {
	padding: 5px;
	background-image: none
}
.data.tight td {
	padding: 15px 7px
}
.data tr th.last, .data tr td.last {
	border-right: 0
}
.data tr.last td {
	border-bottom: 0
}
.data.vert td {
	border-right: 2px dotted #688921
}
.data.horiz td {
	border-bottom: 2px dotted #688921;
	border-right: 2px solid #fff
}
.data .highlight {
	background: #ebf4fd;
	border-right: 2px solid #fff
}
.data .shaded {
	background: #efefef;
	border-right: 2px solid #fff
}
.data+span {
	margin-bottom: 25px;
	display: block
}
.nav_list li {
	margin:0;
	padding:0;
	border-bottom:1px solid #ededed
}
.nav_list li:first-child {
	border-top:1px solid #ededed
}
.nav_list li a {
	display:block;
	padding:0 3px;
	height:19px;
	line-height:18px;
	background:transparent url(/resources/img/right_nav_carat_blue.png) no-repeat 142px 5px
}

.tab_nav {
	margin:10px 0 0 0;		
	overflow:hidden;
	border-bottom: 3px solid #0062A3
}
.tab_nav a {
	  background: none repeat scroll 0 0 #e7f1f9;
    border-right: 5px solid #FFFFFF;
    color: #0061a3;
    float: left;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 14px; 
    padding:20px 0;   
    position: relative;
    vertical-align:middle;
    text-align: center;
    text-decoration: none;
    width: 205px;
    z-index: 1;
}
.tab_nav a#nameserver {
	border-right:0px !important;
}
.tab_nav a.disabled {
	background-position:-2px -37px; 
}
.tab_nav a.double {
		height: 34px;
    padding: 10px 0;
}
.tab_nav a.active.double {
	  height: 40px;
    padding: 10px 0;
}
.tab_nav a:hover {
	background-position:-2px -72px
}
.tab_nav a.active {	
	color:#ffffff!important;
	background:#0062a3;
	height:20px;
	padding:20px 0;
}
.tab_nav a.active span {
	color:#0060a3!important
}
.tab_block {
	clear:both;
	position:relative;	
	top:0;
	height:60px;
	border:20px;
	border:20px solid #f2f2f2;	
	margin-top:6px;
}
.tab_nav a.logout  { background:none; color:#4796D0; cursor: default; }
.tab_nav a.logout div span {cursor: pointer;}
.tab_nav a.logout div:focus { outline:0 }
.tab_nav a.logout div:hover, .tab_nav a.logout div:active { color:#7cb307 !important; outline:0 }

.searchbtn {
	  
	  float:right;

	  width:100px;
	  
		/* Firefox v3.6+ */
		background-image:-moz-linear-gradient(28% 0% -90deg,rgb(144,206,71) 0%,rgb(127,191,55) 100%); 
		/* safari v4.0+ and by Chrome v3.0+ */
		background-image:-webkit-gradient(linear,28% 0%,28% 138%,color-stop(0, rgb(144,206,71)),color-stop(1, rgb(127,191,55)));
		/* Chrome v10.0+ and by safari nightly build*/
		background-image:-webkit-linear-gradient(-90deg,rgb(144,206,71) 0%,rgb(127,191,55) 100%);
		/* Opera v11.10+ */
		background-image:-o-linear-gradient(-90deg,rgb(144,206,71) 0%,rgb(127,191,55) 100%);
		/* IE v10+ */
		background-image:-ms-linear-gradient(-90deg,rgb(144,206,71) 0%,rgb(127,191,55) 100%);
		background-image:linear-gradient(-90deg,rgb(144,206,71) 0%,rgb(127,191,55) 100%);
		
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff90ce47,endColorstr=#ff7fbf37,GradientType=0)";
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff90ce47,endColorstr=#ff7fbf37,GradientType=0);

    border: medium none;   
    display: inline-block !important; 
	  font-size:14px;
	  color:#fff;
	  font-family: "Helvetica Neue",Helvetica,sans-serif;
	  font-weight:bold;   
    height: 60px;  
    line-height:60px;   

    text-transform:uppercase; 

    text-decoration: none;
    white-space: nowrap;
	  cursor:pointer;
}
.searchbtn span {   
    color: #FFFFFF !important;
    display: block;
    height:60px;   
}
@-moz-document url-prefix() { 
  .searchbtn span  {
     top:-1px;
  }
}
.searchbtn:hover{
    /*background-position: 100% -23px;*/
}
.searchbtn:hover span {
    /*background-position: 0 -23px;*/
}
span.user-id {
	padding-right:6px;
	font-size:14px;
	color:#666;
}
div.loginbtn {	
	margin-bottom:10px;
	margin-top:10px;
	text-align:right;
	width:100%;
}
a.loginbtn {
	font-size:14px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}
/* buttons */
span.fluid-textbox { display:block; overflow:hidden; padding-right:10px; }
input.searchbox[type=text] {	
	margin:0;	
	border:0;	
	border-radius:0;
	vertical-align: middle;		  
	padding:0 20px;
  height:60px;  
	font-size:14px;
	color:#676767;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	width: 100%;	
}
.placeholder {
	color:#AAAAAA !important;
}
input::-webkit-input-placeholder {
    color:    #AAAAAA !important;
}
input:-moz-placeholder {
    color:    #AAAAAA !important;
}
input:-ms-input-placeholder {
    color:    #AAAAAA !important;
}
.placeholderWrap{
    position: relative;
    display: inline-block;
    width:100%;
}
.placeholderWrap label{    
    position: absolute;
    font-size:14px;
		color:#a0a0a0;
		font-family: "Helvetica Neue",Helvetica,sans-serif;
    top: 0; 
    padding:0 20px; 
    height:60px;
    line-height:60px;
    pointer-events: none;
    display: block;
}
.placeholder-focus label{ color: #bbb;} /* could use a css animation here if desired*/
.placeholder-changed label{
    display: none;
}
input.searchbox::-moz-placeholder, input.searchbox::-webkit-input-placeholder {
 color:#AAAAAA;
}
input.searchbox[type=text]:hover {
	background-color:#f7f7f7;
}
#whois_results  { 
	float:left;
	clear:both;
	width: 100%;
}

#query_string, #swhois_query_string{
    float: left;    
}

#result_main {
    float: left;
    margin-top: 10px !important;
}
#footer{
    float: left;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: #aaa;
}
#result_db {
    float:left;
}
#header {
	float:left;
	margin-top:0 !important;
	margin-bottom:10px;
    color: #aaa;
}
/*#whois_results #result_db, #whois_results #result_main{
	font-weight:bold;
}*/

#whois_results #result_main {
	margin:0px 0px;
}

#whois_results #result_main, 
#swhois_query_string, 
#query_string, .ui-message-error
{
	width:100%;	
	overflow:hidden;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
    white-space: -pre-wrap;      /* Opera 4-6 */ 
    white-space: -o-pre-wrap;    /* Opera 7 */ 
    white-space: pre-wrap;       /* css-3 */ 
    word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}

#whois .error {
	font-size:0.8em;
}
#verisigninc-iframe-scroller{
display:none;
}

/* new select box */
.sbHolder {	 
		border-left: 1px solid #F2F2F2;
    color: #676767;
    cursor: pointer !important;
    display: block;
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 50px;
    margin: 10px 10px;
    min-width: 70px;    
}
.sbSelector.defaultmouse {
	cursor:default;
}

.swhois {
    clear: both;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}
.sbSelector{
    float: left;
    display: block;
    max-width:200px !important;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-weight:bold;
    font-size:14px;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    outline: medium none;  
    text-indent: 8px;	 
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#676767;	
	outline: none;
	text-decoration: none;
}
.sbToggle{
    background: url("../img/select-icons.png") no-repeat scroll 0 -90px transparent;
    display: block;   
    outline: medium none;
    float:right;
    height: 40px;
    margin: 6px 0;
    width: 16px;
}
.sbToggleOpen{
	/*background: url(../img/select-icons.png) 0 10px no-repeat;*/
	background-position: 0 10px;
}
.sbHolderDisabled{	
}
.sbHolderDisabled a.sbToggle { background:none; }
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions {
	  background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E5E5E5;
    color: #666666;
    font-size: 14px;
    left: -20px !important;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 83px;
    width: 623px;
    z-index: 999;
}
.tldlist{
	margin: 0;
	padding: 0;		
	list-style: none outside none;		
}
.tldlist li {
	display:inline-block;
    min-width: 130px;
    min-height: 22px;
    padding: 0px 10px;
	width:auto;
	cursor:pointer;
}
.tldlist a {	
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
	outline: none;
	padding:0;
	cursor: pointer;
}
.tldlist a:link, .tldlist a:visited{
	color: #676767;
	text-decoration: none;
}
.tldlist a:hover,
.tldlist a:focus,
.tldlist a.sbFocus{
	color: #7cb307;
}
.tldlist li.last a{
	border-bottom: none;
}
.tldlist .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.tldlist .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.tldlist .sbSub{
	padding-left: 17px;
}
#captcha_msg, .ui-message-error {	
	margin-top: 30px;
	margin-bottom: 20px;   
}
#captcha_msg {
	display:none;	
}
#pipe {
	display:none;
}

/* ORGANISE THE CODE PROPERLY */

.tabs div.tab {
  display:none;
}
.show {display: block;}
.hide {display: none;}
.tld-radio { margin-right:0; vertical-align: bottom;}
#whois_results, #swhois_results { margin-top: 10px;}
.result { margin-top: 10px;}
#load-more { display: none; }
.light-theme {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
}
#pagination, #result_abort {
  float:left;
  width:100%;
  margin-top: 10px;
  margin-bottom: 5px;
}


.vrsn-theme a, .vrsn-theme span {
  float: left;
  color: #666;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.vrsn-theme a:hover {
  text-decoration: none;
  background: #4796D0;
}

.vrsn-theme .current {
  background: #0061A3;
  color: #FFF;
  border-color: #0061A3;  
  cursor: default;
}

.vrsn-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.tldmenu {
  margin: 6px 0 0 0; padding:0; list-style-type: none;
}

.tldmenu.radio {
  font: normal 12px arial;
  max-height: 262px;
}
.tldmenu.radio input {
  margin: 0;
  padding: 0;
  float: left;
}
.tldmenu.radio label {
  display: block;
  float: left;
  margin-right: 15px;
  cursor: pointer;
}
.tldmenu.radio span.radio-container {
  position: relative;
  float: left;
  margin-right: 3px;
/*}
#tldmenu.radio span.radio-container span.radio {*/
  display: block;
  width: 17px;
  height: 18px;
  background: url(../img/radio.png) no-repeat top left;
}
.tldmenu.radio span.radio-container.selected {
  background-position: top right;
}
.tldmenu.radio span.radio-container input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 101;
  cursor: pointer;
}

.sbHolder .sbOptions{display: none;}
/* .sbHolder:hover .sbToggle, */
  .sbHolder.active .sbToggle {
    background-position: 0 10px;
  }
/*.sbHolder:hover .sbOptions, */
  .sbHolder.active .sbOptions{display: block;}

.sbHolder, .sbOptions li { cursor: default;}
.ad-search {     
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: -25px;
}
a.help-icon {    
  font-weight: bold;  
}
a.help-icon img {
  vertical-align: middle;
}

#status { float: left; font-weight: bold;  }
#version {  padding-top: 40px;margin-top: 10px; }
#swhois-main { display: none; }

/*#registrars, #nameservers { display: none; } */
.tldmenu.radio span.radio-container.disabled { opacity: 0.1 }
li.disabled-radio { cursor: default; }
.disabled-radio label { color: lightgrey }
a.disabled { cursor: default; color: #ccc }
a.disabled:hover { color: #ccc }
.tooltip {  
margin:6px;
padding:6px;
border:3px solid #F9E98E;
background:#FBF7AA;   
position: absolute;
z-index: 999;
color:#222;
width: 120px;   
}

.icon-epp {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon-question.png) no-repeat top left;
	margin: 0 0 0 3px;
	vertical-align: text-top;
}
#loading {
	display: none;
	background: #fff;
	margin: auto;
	width: 50px;
	height: 50px;
    text-align: center;
    padding: 25px;
}

.cc-window {
  opacity: 1;
  
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

/* only animate ifhas class 'cc-animate' */
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  /* Initially we don't want any height, and we want the contents to be hidden */
  max-height: 0;
  overflow: hidden;

  /* Set our transitions up. */
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

/* the popup window */
.cc-window, .cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box; /* exclude padding when dealing with width */

  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px; /* by setting the base font here, we can size the rest of the popup using CSS `em` */
  line-height: 1.5em;

  display: flex;
  flex-wrap: nowrap;

  /* the following are random unjustified styles - just because - should probably be removed */
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

/* 2 basic types of window - floating / banner */
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em; /* 1em == 16px therefore 24em == 384px */
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction:  row;
}

.cc-revoke {
  padding: .5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: bold;
}

/* clickable things */
.cc-btn, .cc-link, .cc-close, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active, .cc-link:visited {
  color: initial;
}


.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: 0.9em;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:hover,
.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}


.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;

  /* seeing as this contains text and not an image, the element taller than it is wide (because it is text) */
  /*  - we want it to be a square, because it's acting as an icon */
  /*  - setting the line height normalises the height */
  line-height: .75;
}
.cc-close:hover,
.cc-close:focus {
  opacity: 1;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-dialog {
  position: relative;
  width: 515px;
  margin: 0 auto;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background-color: #f5f5f5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body dl{
	margin: 0;	
}
.modal-body dl dt{
	font-weight: bold;	
}
.modal-body dl dd{
	margin-bottom: 10px;
	margin-left: 0;	
}
.modal-body dl dd p{
    margin-top: 0;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 515px;
    margin: 0 auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;

}
.eppModal.in {
  position: absolute;
  overflow: auto;
}
/* Classic */

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
/* Edgeless */

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn +.cc-btn {
  margin-left: 0;
}
/* This file should contain CSS that modifies the popup layout. */
/* By layout, we mean the physical position of the elements on the popup window, and the margin / padding around those elements. */


.cc-revoke.cc-top {top:0; left: 3em; border-bottom-left-radius:.5em;border-bottom-right-radius:.5em;}
.cc-revoke.cc-bottom {bottom:0; left: 3em; border-top-left-radius:.5em;border-top-right-radius:.5em;}
.cc-revoke.cc-left{left: 3em; right: unset;}
.cc-revoke.cc-right{right: 3em; left: unset;}

/**************************************** FLOATING ****************************************/

/* these classes position the floating element */
.cc-top {top: 1em} .cc-left {left: 1em} .cc-right {right: 1em} .cc-bottom {bottom: 1em}


/* links that are direct decendants should be displayed as block */
.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}


.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

/**************************************** BANNER ****************************************/

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0; right: 0; top: 0;
}
.cc-banner.cc-bottom {
  left: 0; right: 0; bottom: 0;
}

.cc-banner .cc-message {
  flex: 1;
}

/* COMPLIANCE BOX */

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}
.cc-compliance>.cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: .5em;
}

@media print {
  .cc-window, .cc-revoke {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {white-space: normal;}
}

/* dimensions for 'iPhone6 Plus' and lower */
@media screen and (max-width: 414px) and (orientation: portrait),
       screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {top:0;}
  .cc-window.cc-bottom {bottom:0;}
  .cc-window.cc-banner,.cc-window.cc-right,.cc-window.cc-left {left:0;right:0;}

  .cc-window.cc-banner {flex-direction: column;}
  .cc-window.cc-banner .cc-compliance {flex: 1}
  .cc-window.cc-floating {max-width: none;}
  .cc-window .cc-message {margin-bottom: 1em}
  .cc-window.cc-banner {align-items: unset;}
}

/* iPhone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
}

/* iPhone 6 plus */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) {
}

/* iPhone 5 & 5S */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {}

/* iPhone 2G - 4S */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {}
