/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}  

/*--------------------------------------------------------------
2.0 Base Typography
--------------------------------------------------------------*/

span.at {
	font-family: Verdana, Geneva, Tahoma, sans-serif
}


body,
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	color: #555;
	font-family: "interface", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.1em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small, .font_small {
	font-size: 0.8em;
	line-height: 1.4em;
}

.center {
	text-align: center;
}

/* Base Typography - Scale: 1.2 Minor Third (thanks http://type-scale.com/)  */

p {
	font-size: 1em;
}

h1, h2, h3, h4 {
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  font-weight: 300; 
}

h1, h2, h3, h4 {
  margin: 0 0 0.5em 0;
  line-height: 1.2;
  font-weight: 300; 
}

h1 a, h2 a, h3 a, h4 a {
	font-weight: 300;
	border: none; 
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	border: none; 
}

h1 {font-size: 2.074em;}

h2 {font-size: 1.728em;}

h3 {font-size: 1.44em;}

h4 {font-size: 1.2em;}

h4 {font-size: 1.1em;}


p, .site-content li {
	font-size: 1.2em;
}

h1, h2, h3, h4 {
  line-height: 1.1;
  font-weight: 300; 
}

h1 {font-size: 3.157em;}

h2 {font-size: 2.369em;}

h3 {font-size: 1.777em;}

h4 {font-size: 1.333em;}


p, .site-content li {
	font-size: 1.3em;
}	

h1 {
  margin: 0 0 0.35em 0;
  font-size: 3.998em;
}

h2 {
	font-size: 2.827em;
}

h3 {
	font-size: 1.999em;
}

h4 {
	font-size: 1.414em;
}





/* Icon Font  */


@font-face {
	font-family: 'opensrs';
	src:url('fonts/opensrs.eot?-f5mhxb');
	src:url('fonts/opensrs.eot?#iefix-f5mhxb') format('embedded-opentype'),
		url('fonts/opensrs.woff?-f5mhxb') format('woff'),
		url('fonts/opensrs.ttf?-f5mhxb') format('truetype'),
		url('fonts/opensrs.svg?-f5mhxb#opensrs') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e600";
}
.icon-envelope-o:before {
	content: "\e601";
}
.icon-heart:before {
	content: "\e602";
}
.icon-star:before {
	content: "\e603";
}
.icon-star-o:before {
	content: "\e604";
}
.icon-user:before {
	content: "\e605";
}
.icon-check:before {
	content: "\e606";
}
.icon-times:before {
	content: "\e607";
}
.icon-gear:before {
	content: "\e608";
}
.icon-home:before {
	content: "\e609";
}
.icon-file-o:before {
	content: "\f016";
}
.icon-lock:before {
	content: "\f023";
}
.icon-tag:before {
	content: "\e60a";
}
.icon-tags:before {
	content: "\e60b";
}
.icon-bookmark:before {
	content: "\e60c";
}
.icon-align-justify:before {
	content: "\e60d";
}
.icon-pencil:before {
	content: "\e60e";
}
.icon-chevron-left:before {
	content: "\e60f";
}
.icon-chevron-right:before {
	content: "\e610";
}
.icon-plus-circle:before {
	content: "\e611";
}
.icon-minus-circle:before {
	content: "\e612";
}
.icon-times-circle:before {
	content: "\e613";
}
.icon-check-circle:before {
	content: "\e614";
}
.icon-arrow-left:before {
	content: "\e615";
}
.icon-arrow-right:before {
	content: "\e616";
}
.icon-arrow-up:before {
	content: "\e617";
}
.icon-arrow-down:before {
	content: "\e618";
}
.icon-mail-forward:before {
	content: "\f064";
}
.icon-plus:before {
	content: "\e619";
}
.icon-minus:before {
	content: "\e61a";
}
.icon-exclamation-circle:before {
	content: "\e61b";
}
.icon-warning:before {
	content: "\e61c";
}
.icon-comment:before {
	content: "\e61d";
}
.icon-chevron-up:before {
	content: "\e61e";
}
.icon-chevron-down:before {
	content: "\e61f";
}
.icon-folder:before {
	content: "\f07b";
}
.icon-folder-open:before {
	content: "\f07c";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-comments:before {
	content: "\e620";
}
.icon-external-link:before {
	content: "\f08e";
}
.icon-sign-in:before {
	content: "\f090";
}
.icon-github-square:before {
	content: "\e621";
}
.icon-twitter:before {
	content: "\e622";
}
.icon-github:before {
	content: "\e623";
}
.icon-rss:before {
	content: "\e624";
}
.icon-filter:before {
	content: "\e625";
}
.icon-caret-down:before {
	content: "\e626";
}
.icon-caret-up:before {
	content: "\e627";
}
.icon-caret-left:before {
	content: "\e628";
}
.icon-caret-right:before {
	content: "\e629";
}
.icon-unsorted:before {
	content: "\e62a";
}
.icon-sort-down:before {
	content: "\e62b";
}
.icon-sort-up:before {
	content: "\e62c";
}
.icon-envelope:before {
	content: "\e62d";
}
.icon-cloud-download:before {
	content: "\f0ed";
}
.icon-cloud-upload:before {
	content: "\f0ee";
}
.icon-angle-left:before {
	content: "\e62e";
}
.icon-angle-right:before {
	content: "\e62f";
}
.icon-angle-up:before {
	content: "\e630";
}
.icon-angle-down:before {
	content: "\e631";
}
.icon-github-alt:before {
	content: "\e632";
}
.icon-info:before {
	content: "\e633";
}
.icon-calendar-o:before {
	content: "\f133";
}
.icon-level-up:before {
	content: "\f148";
}
.icon-level-down:before {
	content: "\f149";
}
.icon-file:before {
	content: "\f15b";
}
.icon-file-text:before {
	content: "\f15c";
}
.icon-video:before {
	content: "\e635";
}
.icon-file2:before {
	content: "\e639";
}
.icon-phone:before {
	content: "\e634";
}
.icon-video-2:before {
	content: "\e63a";
}
.icon-file-pdf:before {
	content: "\e636";
}
.icon-file-word:before {
	content: "\e637";
}
.icon-file-xml:before {
	content: "\e638";
}







/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

.site-content ul li {
	text-indent: -1em;
}

.site-content ul li:before {
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e610";
	content: "\e62f";
	padding-right: 0.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border:none;
	background: #ea5329;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin-left:-4px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: .6em 1em;
	line-height:1.4;
}

@media screen and (max-width: 40em) {

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	width: 100%;
}

}


textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, a:visited {
	color: #ea5329;
	font-weight: 600;
	text-decoration:none;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border-bottom: 1px solid #f7a56a;
	border-bottom: 1px solid #fde4d2;
	border: none;
}


a:hover, a:focus, a:active {
	color: #f37d27;
	text-decoration:none;
	border-bottom: 1px solid #fabf94;
	
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


.main-navigation {
	clear: both;
	display: block;
	position: relative;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	text-align: right;
	display: block;
	font-size: 1.25em;
	max-height: 25em;
	width: 80%;
	float: right;
}



.main-navigation li {
	position: relative;
	display: inline-block;
	text-align: left;
}

.main-navigation li.get_started {
		margin-left: 0.75em;
	}

.main-navigation li.get_started a {
	background-color: #05828e;
}	

.main-navigation li.get_started a:after {
	font-family: 'opensrs';
	display: inline;
	speak: none;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e610";
	padding-left: 0.5em;
	}


.main-navigation a {
	display: block;
	border-bottom: none;
	font-weight: 400;
}

.main-navigation ul li.menu-item-has-children a:after {
	content: "\e631"; /* angle-down */
	font-family: 'opensrs';
	color: #fff;
	padding-left: 0.5em;
	vertical-align: top;
}

.main-navigation ul li.menu-item-has-children ul li a:after {
	content: "";
	padding-left: 0;
}

.main-navigation ul ul li.menu-item-has-children a:after {
	content: "\e62f"!important; /* angle-right */
	font-family: 'opensrs';
	color: #fff;
	vertical-align: top;
	position: absolute;
	top: 0.25em;
	right:0.5em;
}

.main-navigation ul ul li.menu-item-has-children ul li a:after {
	content: ""!important;
	padding-left: 0!important;
}

li.nav-right-arrow:after {
	content: "\e62f"!important; /* angle-right */
	font-family: 'opensrs';
	color: #fff;
	vertical-align: top;
	position: absolute;
	top: 0.25em;
	right:0.5em;
}








/* Dropdowns */

.main-navigation ul ul {  
	display: none;
	left: 0;
	top: 42px;
	position: absolute;
	z-index: 99999;
	padding: 0;
	font-size: 100%;
	width: 12.5em;
}

.main-navigation li:hover > ul {
	left: 0;
	top: 42px;
	display: block;
}

ul.sub-menu, ul.sub-menu ul {
	position: static;
}

ul#menu-primary-nav > li ul.sub-menu li a, ul#menu-primary-nav > li ul.sub-menu ul li a {
	display: block;
	padding: 0.3em 1em;
}

ul#menu-primary-nav li:hover > ul {
	left: 0;
	display: block;
}


ul#menu-primary-nav ul li:hover > ul {
	top: 0;
	left: 12.5em;
	position: absolute;
}

.main-navigation ul ul li:last-child {
	margin: 0;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	border-bottom: none;
	width: 12.5em;
}

.main-navigation ul ul li {
}

.main-navigation ul ul:hover > a {
	border-bottom: none;
}

.main-navigation ul ul a:hover {
	border-bottom: none;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.single-tld li.single-tld a, .single-promotion li.single-promotion a {   /*  <-- THIS!  Makes parent page highlighted for these CPTS (need to make sure 'What We Offer' menu item has each of these classes. */
	background-color: #f69752;
}

.main-navigation li:hover > a {
	border-bottom: none;
}



.main-navigation ul ul {  
	background-color: #f69752;
}

ul.sub-menu, ul.sub-menu ul {
	background-color: #f69752;
}

.main-navigation li.current_page_parent a {
	background-color: #f69752;
}

.main-navigation .current-page-ancestor a,
.main-navigation .current-menu-ancestor a {
		background-color: #f69752;
	}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background-color: #f69752;
}

.main-navigation .current_page_item a:hover, .main-navigation .current-menu-item a:hover {
	background-color: #f7a56a; 
}
 
.main-navigation li:hover > a {
	background-color: #f7a56a;
}

.main-navigation li.current_page_parent:hover > a {
	background-color: #f7a56a;
}


.main-navigation li.get_started a:hover {
		background-color: #089ba9!important;
	}



.site-footer li.current-page-ancestor a {
	background-color: inherit;
}

ul#menu-primary-nav > li a {
	color: #fff;
	text-decoration: none;
	margin-right: -4px;
	padding:0.3em 0.7em;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}


@media screen and (min-width: 80em) { ul#menu-primary-nav > li a { padding: 0.3em 1.5em; } }
@media screen and (min-width: 90em) { ul#menu-primary-nav > li a { padding: 0.3em 2.25em; } }
@media screen and (min-width: 100em) { ul#menu-primary-nav > li a { padding: 0.3em 2.75em; } }




/* Secondary Nav */


.secondary-navigation {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.03em;
	max-height:43px;
	overflow: hidden;
	background-color: #073539;
	background-color: #f6f5ea;
}

.secondary-navigation li:nth-child(3) {
	margin-right: 56px;
}

.secondary-navigation a {
	display: inline-block;
	color: #fff;
	color: #ea5329;
	text-decoration: none;
	border-bottom: none;
	font-weight: 400;
	padding: 1em 0.75em;
	max-height: 44px;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.secondary-navigation a:hover {
	opacity: 0.5;
	border-bottom: none;
}









/* Small Menu - Off Canvas  */


.open-panel:after {
	font-family: arial, roboto;
	font-size: 1.125em;
	position: absolute;
	content: "\2261";
	padding-left: 0.35em;
}

.close-panel:after {
	font-family: arial, roboto;
	font-size: 1em;
	position: absolute;
	content: "\2715";
	padding-left: 0.5em;
	top: 0;
}

body {
  overflow-x: hidden;
}

#page {

}

#content {

}

a.open-panel, a.close-panel {
  display: none;
}


@media only screen and (max-width: 65em) {
  
  #content {
    padding-top: 0;
  }

  /* Move nav off screen, setup transitions */
  nav.main-navigation {
    width: 70%;
    position: absolute;
    right: -70%;
    top: 0;
    height: 100%;
  }


  /* Reveal open/close buttons */
  a.open-panel, a.close-panel {
  	display: block;
  	color: #fff;
  	font-weight: 400;
  }

  .open-panel {
    position: absolute;
    top: 3.8em;
    right: 2em;
    font-size: 1.2em;
  }

  .close-panel {
    position: absolute;
    top: .5em;
    right: 2em;
  }

  .openNav #page {
    left: 0;
    -webkit-transform: translate3d(-70%, 0, 0);
    -moz-transform: translate3d(-70%, 0, 0);
    -ms-transform: translate3d(-70%, 0, 0);
    -o-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  /* When the panel is closed, transition the page back to the left */
  #page {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  .main-navigation ul {
		top: 46px;
		left: 0;
		width: 100%;
		width: calc(100% - 1em);
		clear: both;
		transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
		margin: 0 0.5em;
		font-size: 1em;
	}

		ul#menu-primary-nav > li a {
		margin: 0;
		padding: 0.4em 0.4em 0.6em 0.4em;
	}

	ul#menu-primary-nav > li ul.sub-menu li a {
		margin: 0;
		padding: 0.4em 0.4em 0.6em 0.4em!important;
	}

	.main-navigation li {
		display: block;
		width: 100%;
		text-align: left;
		border-top: 3px solid #214A4D;
		margin-top: -3px;
	}

	.main-navigation ul ul li:last-child {
		margin-top: -3px;
	}

	ul#menu-primary-nav li:hover > ul, ul#menu-primary-nav ul li:hover > ul {
		left: 1em;
		top: 0;
		position: relative;
	}



	.main-navigation li.get_started {
		border-top: 3px solid #05828e;
	}

	.main-navigation li.get_started {
		margin-left: 0;
	}

	li.menu-item-has-children a:after {
		content: "";
		padding-left: 0;
	}

	ul.sub-menu > li.menu-item-has-children a:after {
		content: "";
		padding-left: 0;
	}

	a.open-panel:hover, a.close-panel:hover {
	  	text-decoration: none;
	  	border: none;
	  	background-color: transparent;
	  }

	/* Sub Menus */

	.main-navigation li ul, .sub-menu li ul {
		display: block;
		position: relative;
		width: 100%;
	}

	.main-navigation ul ul li {
		display: block;
		width: calc(100% - 1em);
	}

	.main-navigation ul ul a {
		width: 100%;
	}

	.main-navigation ul ul, .main-navigation ul ul ul {
		display: block;
		margin: 0;
		position: relative;
		left: 1em;
		width: calc(100% - 0.5em);
		top: 0;
	}

	.main-navigation ul ul li a {
		padding-left: 1em;
	}

	ul.sub-menu, ul.sub-menu ul {
		margin: 0;
	}

	.main-navigation ul ul ul {
		display: block;
		position: relative;
		left: 1em;
		top: 0;
	}

	li.menu-item-has-children ul li a:after {
	    content: "";
	    padding-left: 0;
	}

	/* Small Menu Background Colours */


	.main-navigation a:hover {
		background-color: #214A4D!important;
	}

	.main-navigation li.get_started a:hover {
		background-color: #05828e!important;
	}

	.main-navigation li.current_page_parent > ul {
		background-color: transparent;
	}

	.main-navigation ul ul, ul.sub-menu, ul.sub-menu ul {
		background-color: transparent;
	}

	.main-navigation li:hover > a {
		background-color: transparent;
	}

	.main-navigation li.current-menu-item a {
		background-color: transparent;
	}

	.main-navigation a.close-panel:hover {
		background-color: transparent!important;
	}

	.main-navigation li.current_page_parent a {
		background-color: transparent;
	}

	.main-navigation .current-page-ancestor a,
	.main-navigation .current-menu-ancestor a {
		background-color: transparent; 
	}

	.main-navigation li.current_page_parent:hover > a {
		background-color: transparent;
	}

	.main-navigation ul li.menu-item-has-children a:after {
	content: ""!important;
	padding-left: 0!important;
}

.main-navigation ul li.menu-item-has-children ul li a:after {
	content: "";
	padding-left: 0;
}

.main-navigation ul ul li.menu-item-has-children a:after {
	content: ""!important;
	padding-left: 0!important;
}

.main-navigation ul ul li.menu-item-has-children ul li a:after {
	content: ""!important;
	padding-left: 0!important;
}

.main-navigation ul ul ul li.menu-item-has-children ul li a:after {
	content: ""!important;
	padding-left: 0!important;
}

li.nav-right-arrow:after {
	content: ""!important; /* angle-right */
}	





}








/* ********* OLD MENU STYLES (to implement, un-comment these styles and re-enqueue navigation.js in functions.php)

.menu-toggle {
	background-color: transparent;
	color: #fff;
	font-size: 1.2em;
	border-radius: 0;
	position: absolute;
	top: -3.8em;
	right: 0.8em;
	text-align: right;
	cursor: pointer;
}

.menu-toggle:after {
	font-family: arial, roboto;
	font-size: 1.125em;
	position: absolute;
	content: "\2261";
	padding-left: 0.35em;
}

nav#site-navigation.main-navigation.toggled .menu-toggle:after {
	font-family: arial, roboto;
	font-size: 1em;
	position: absolute;
	content: "\2715";
	padding-left: 0.35em;
	top: 11px;
}

h1.menu-toggle  {
	padding: 0.5em 2em 0.5em 1em;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.main-navigation li:hover > a {
	border-bottom: none;
}

.menu-item.menu-item-search { 
	vertical-align: top;
}

.menu-search-form { 
	font-size: 0.8em;
}

form.menu-search-form { 
	width:100%; 
	padding:0 0 0 1em;
	background-color: #f37d27;
}


form.menu-search-form #s { 
	border:none; 
	margin:0;
	width: 70%;
  	width: calc(100% - 4.65em);
  	height: 41px;
}

input#searchsubmit.my-wp-search {
	margin-left: -4px;
}

input#searchsubmit.menu-search-button.icon {
	font-family: 'opensrs';
	line-height:1;
	height: 41px;
	vertical-align: top;
}




/* Medium Menu

@media screen and (max-width: 72em) {

	ul#menu-primary-nav > li a {
		padding: 0.3em 0.6em;
	}

	form.menu-search-form #s { 
		width: 120px;
	}

}



/* Small menu 



.menu-toggle {
	display: none;
}


@media screen and (max-width: 61em) {

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation.toggled ul {
		max-height: 20em;
		transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}

	.main-navigation ul {
		text-align: center;
		background-color: #f69853;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		clear: both;
		overflow: hidden;
		transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}

		ul#menu-primary-nav > li a {
			padding: 0.5em 0.75em;
			border-bottom: none;
		}

	.main-navigation li {
		display: inline-block;
	}

	form.menu-search-form { 
		width:100%; 
		padding:1em;
		background-color: #f37d27;
	}

	.menu-search-form { 
		font-size: 0.8em;
	}

	form.menu-search-form #s { 
		width: 70%;
  		width: calc(100% - 3em);
	}

}




/* X-Small menu 



@media screen and (max-width: 25em) {

	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation.toggled ul {
		max-height: 25em;
		transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}

	.main-navigation ul {
		background-color: #f69853;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 0;
		clear: both;
		overflow: hidden;
		transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-webkit-transition: all 0.3s ease-out;
	}

		ul#menu-primary-nav > li a {
		margin: 0;
		padding: 0.5em;
		border-bottom: none;
	}

	.main-navigation li {
		display: block;
	}

	.main-navigation li:last-child {
		margin-left: 0;
	}

	form.menu-search-form { 
		width:100%; 
		padding:1em;
		background-color: #f37d27;
	}

}


*/

















































.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.secondary-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	overflow: hidden;
	position: relative;
}

.secondary-navigation li {
	/* position: relative; */
	display: inline-block;
}


ul.footer-navigation {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

ul#menu-footer-menu.footer-navigation {
	margin-right: 3em;
}

.footer-navigation li {
	position: relative;
	display: inline-block;
}


































/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Aaron's Styles
--------------------------------------------------------------*/

body {
	background: #f37d27;
	background: #073539;
	height:100%;
}

a.button {
	border: none;
	background: #ea5329;
	color: #fff;
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin: 0.5em 0;
	display: inline-block;
	font-weight: 400;
	}

a.sand-button {
	border: none;
	background: #aaa99f;
	color: #fff;
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin: 0.5em 0;
	display: inline-block;
	font-weight: 400;
}

a.green-button {
	border: none;
	background: #3eb59a;
	color: #fff;
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin: 0.5em 0;
	display: inline-block;
	font-weight: 400;
}

a.blue-button {
	border: none;
	background: #05828E;
	color: #fff;
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin: 0.5em 0;
	display: inline-block;
	font-weight: 400;
}

a.button:hover, a.sand-button:hover, a.green-button:hover, a.blue-button:hover {
	opacity:0.7;
}

a.button, a.sand-button, a.green-button { font-size: 1.2em; } 

 

.site-header {
    background-color: #f37d27;
    min-height:5em;
}



.site-branding {
	padding-top: 0.5em;
}

.site-footer {
    background-color: #f37d27;
    position: relative;   
}

.site-footer p {
	font-size: 1em;
}

.site-footer-content {
    position: relative;
}

.site-footer h5 {
	color: #ffb27d;
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.15;
	margin-bottom: 0.25em;
}

.site-footer input {
	border: none;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border-bottom: none;
	font-weight: 400;
}

.site-footer a:hover {
	/* opacity:0.5; */
	border-bottom: none;
}

.site-info {
	background: #073539;
	padding:0.75em;
	font-size: 0.9em;
	position: relative;
	clear: both;
}

.site-info p {
	color: #6a8688;
	margin: 0 0 1em 0;
}

.email-signup {
	padding:0.75em;
}

.email-signup h5, .email-signup p {
	color: #fff;
}

.mce-response {
	color: #fff;
	font-weight: 600;
    font-size: 1.2em;
	display: block;
	width: inherit;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
	background-color: #05828e;
	clear: both;
	position: relative;
	-webkit-animation: mc_message 1.5s ease; 
  	-moz-animation: mc_message 1.5s ease;
  	-o-animation: mc_message 1.5s ease;
  	animation: mc_message 1.5s ease;
}

@-webkit-keyframes mc_message {
    0% { background-color: #073539; max-height: 0; }
    /* 50% { background-color: #3eb59a; } */
    100% { background-color: #05828e; max-height: 999px;}
}

@-moz-keyframes mc_message {
    0% { background-color: #073539; max-height: 0; }
    /* 50% { background-color: #3eb59a; } */
    100% { background-color: #05828e; max-height: 999px; }
}

@-o-keyframes mc_message {
    0% { background-color: #073539; max-height: 0; }
    /* 50% { background-color: #3eb59a; } */
    100% { background-color: #05828e; max-height: 999px; }
}

@keyframes mc_message {
    0% { background-color: #073539; max-height: 0; }
    /* 50% { background-color: #3eb59a; } */
    100% { background-color: #05828e; max-height: 999px; }
}

.mce-response a {text-decoration: underline;}

.footer-menu-1 {
	padding: 1em 0 0.75em 1em;
}

.footer-menu-2, .footer-menu-3, .footer-menu-4 {
	padding: 0 0 0.75em 1em;
}

.footer-navigation li a {
	margin: 0 1em 0.5em 0;
	display: inline-block;
}

.footer-navigation li a:hover {
	opacity: 0.5;
}

.site-content {
	background-color:#fff;
}

.content-area {
    max-width: 70em;
    margin:0 auto;
}

.page-template-_offer-page-php .content-area, .page-template-_integration-page-php .content-area, .page-template-_api-page-php .content-area, .page-template-_plugins-page-php .content-area, .page-template-_hrs-page-php .content-area, .page-template-_whmcs-page-php .content-area {
    max-width:65em;
    margin:0 auto;
}

.single-tld .content-area {
	max-width: 55em;
}

.site-title {
	background: url('images/logo.png') 50% 50% no-repeat;
	background-size: 162px 48px;
	width: 162px;
	height: 48px;
	display: block;
	margin: 20px;
	margin-left: 3%;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	border-bottom: none;
}

.site-title a {
	width: 162px;
	height: 48px;
	display: block;
}

.form-container {
	margin: 1em 1em 1em 0;
}

input#mce-EMAIL {
	width: 140px;
	width: calc(100% - 5.5em);
}



a.logo {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 162px;
	height: 48px;
	border-bottom: none;
}

a.logo:hover {
	border-bottom: none;
}

.site-title:hover {
	opacity: 0.5;
}


/* Responsive Embedding */


#wistia_video_grid_below {
	display: none!important;
}

.embed-container { 
	position: relative; 
	margin:1em 0 2em 0;
	padding-bottom: 56.25%; 
	padding-top: 30px; height: 0; 
	overflow: hidden; max-width: 100%; 
	height: auto;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.email-signup {
	background-color: #f69853;
}

.uparrow {
	position: fixed;
	background-color: #3eb59a;
	padding: 0.5em 1em;
	right: 0;
	bottom: 0;
	display: none;
}

h3.mail-link a, h4.phone-link a {
	font-weight: 400;
	color: #414042;
	color: #555;
	opacity: 1;
}

h4.phone-link a {
	cursor: text;
}

h3.mail-link a:hover {
	opacity: 0.5;
}

h4.phone-link span {
	font-weight: 400;
}

.contact-card {
	background-color: #F6F5EA;
	padding: 1em;
	position: relative;
}

.contact-card:before {
	content: "";
	position: absolute;
	left: 0;	
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff;
	z-index: 2;
}

.contact-card:after {
	content: "";
	position: absolute;
	right: 0;	
	top: 0;
	height: 0;
	width: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
}




.highlight {
	position: relative;
	display: block;
	background-color: #f6f5ea;
	font-size: 110%;
	padding: 1em;
}

.highlight:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #fff;
}

.highlight:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 0;
	width: 0;
	border-top: 20px solid #fff;
	border-left: 20px solid transparent;
}


/* Sliding search styles */


.sb-search {
	position: absolute; 
	top: 0;
	right: 0;
	margin-top: 0;
	width: 0%;
	min-width: 44px;
	height: 44px;
	/* float: right; */
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 44px;
	margin: 0;
	z-index: 10;
	padding: 0;
	font-family: inherit;	
	font-size: inherit;
	overflow: hidden;
}

#header-search input[type="search"] {
	padding: 0 0 0 1em;	
	line-height: 1.4;
	border: none;
	max-height: 44px;
	-webkit-appearance: none;
    border-radius: 0;
}

.sb-search-input::-webkit-input-placeholder {
	color: silver;
}

.sb-search-input:-moz-placeholder {
	color: silver;
}

.sb-search-input::-moz-placeholder {
	color: silver;
}

.sb-search-input:-ms-input-placeholder {
	color: silver;
}

.sb-icon-search,
.sb-search-submit  {
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.5em;
	margin: 0;
	line-height: 1.4em;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #3EB59A;
	background: #ea5329;
	z-index: 90;
	font-size: inherit;
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em
}

.sb-icon-search:before {
	content: '\e600';
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #3EB59A;
	background: #ea5329;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 9999;
}


@media only screen and (min-width: 34em)  {

	.sb-search {
		float: right;
	}

	.secondary-navigation li:nth-child(3) {
		margin-right: 12px;
	}

	.secondary-navigation li {
		position: relative;
	}

	.sb-search.sb-search-open,
	.no-js .sb-search {
		width: 250px;
	}

}



#disqus_thread {
	padding: 1em 2em;
}




/* add a 1px border to the search form button when displayed on pages */

.site-content button, .site-content input[type="button"], .site-content input[type="reset"], .site-content input[type="submit"] {
border: 1px solid #ea5329;
background: #ea5329;
color: #fff;
cursor: pointer;
-webkit-appearance: button;
font-size: 100%;
line-height: 1.4;
padding: .6em 1em;
margin-left: -4px;
}

a.sign-in {
	font-size: 1.1em;	
}

a.sign-in:before {
	font-size: 1em;
	font-family: 'opensrs';
	content: "\f090";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
}

a.download {
	font-size: 1.1em;	
}

a.download:before {
	font-size: 1em;
	font-family: 'opensrs';
	content: "\f0ed";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.5em;
}









/* Featured TLD Tiles */

.feature-tld {
	display: inline-block;
	padding: 1em;
}

.feature-tld h3 {
	font-weight: 800;
}





/* TLD Details */

img.tld-logo {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
}

h2.tld-tagline {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
	margin-bottom: 0;
}

@media only screen and (max-width: 31em) {

img.tld-logo {
	width: 80%;
	padding-right: 0;
	padding-bottom: 1em;
	margin: 0 auto;
	display: block;
}

h2.tld-tagline {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

}


/* Special Page  */

img.special-logo {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
}

h2.special-tagline {
	width: 65%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 1em;
	margin-bottom: 0;
}

@media only screen and (max-width: 31em) {

img.special-logo {
	width: 80%;
	padding-right: 0;
	padding-bottom: 1em;
	margin: 0 auto;
	display: block;
}

h2.special-tagline {
	width: 100%;
	padding-left: 0;
	text-align: center;
}

}




/* Promo Tiles */


.single-promotion .entry-content {
	padding: 2em 1em;
}

.single-promotion .entry-header {
	text-align: center;
	color: #fff;
	position: relative;
}

.single-promotion .entry-header:after {
	position: absolute;
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	border: none;
	opacity: 0.25;
}

.single-promotion .entry-header h1 {
	margin-bottom: 0.25em;
	font-weight: 900;
}

.single-promotion .entry-header span {
	position: relative;
	display: inline-block;
	font-size: 140%;
	padding-right: 0.5em;
	z-index: 1;
	margin-right: 0.3em;
}

.single-promotion .entry-header span:after {
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 100%;
	background-color: #fff;
	opacity: 0.25;
	top: 0;
	right: 0;
}

.single-promotion .entry-header sup {
	font-size: 60%;
	font-weight: 600;
	padding-right: 0.125em;
}


.promo-form {
	position: relative;
	float: left;
	width: 65%;
	padding: 1em;
}

.promo-form:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 95%;
	height: calc(100% - 3em);
	top: 1em;
	right: 0;
	background-color: #e3e0ce;
}

.promo-content {
	background-color: #f6f5ea;
	overflow:auto;
}

.promo-details {
	background-color: #f6f5ea;
	padding: 1em 2em;
	float: left;
	width: 35%;
}

.promo-details ul {
	margin-left: 1em;
}

.promo-details p, .promo-details li {
	font-size: 1em;
}


@media only screen and (max-width: 50em) {

.promo-form {
	width: 100%;
}

.promo-details {
	width: 100%;
}

.promo-form:after {
	width: 90%;
	width: calc(100% - 4em);
	height: 3px;
	top: 100%;
	left: 2em;
}

}

.tiny-promos {
	margin-top: 2em;
}

.tiny-promo {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 23%;
	color: #fff;
	padding: 1em;
	margin: 0 1% 1em 1%;
	background-color: #3eb59a;
}

.tiny-promo:after {
	position: absolute;
	content: '';
	width: 95%;
	width: calc(100% - 6px);
	height: 95%;
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	border: none;
	opacity: 0.25;
}

.tiny-promos a:hover {
	opacity: 0.75;
	border: none;
}

.tiny-promo h3 {
	font-weight: 900;
	margin: 0;
}

.tiny-promo span {
	font-size: 120%;
	position: relative;
	padding-right: 0.5em;
	margin-right: 0.3em;
}

.tiny-promo span:after {
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 100%;
	background-color: #fff;
	opacity: 0.25;
	top: 0;
	right: 0;
}

.tiny-promo sup {
	font-size: 60%;
	font-weight: 600;
	padding-right: 0.125em;
}


@media only screen and (max-width: 52em) {

	.tiny-promo {
		width: 23%;
		margin: 0 1% 1em 1%;
	}

	.tiny-promo span {
		display: block;
		padding-right: 0;
		margin-right: 0;
		padding-bottom: 0.3em;
		margin-bottom: 0.3em;
	}

	.tiny-promo span:after {
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		height: 3px;
		background-color: #fff;
		opacity: 0.25;
		top: 100%;
	}

}


@media only screen and (max-width: 31em) {

	.tiny-promo {
		width: 47%;
		margin: 0 1% 2% 1%;
	}

}

.promo-page-tile {
	position: relative;
	padding: 1.5em;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
}

.promo-page-tile:after  {
	pointer-events: none;
	position: absolute;
	content: '';
	width: 95%;
	width: calc(100% - 6px);
	height: 95%;
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	border: none;
	opacity: 0.25;
}

a.promo-button {
	display: inline-block;
	background-color: #05828e;
	background-color: rgba(255,255,255,0.25);
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	padding: 0.4em 0.8em;
	font-weight: 400;
	display: inline-block;
	font-size: 1.25em;
	margin: 0.5em;
}

a.promo-button:hover {
	opacity: 0.75;
}

.promo-page-tile h2, .promo-page-tile h3, .promo-page-tile p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.promo-page-tile h2, .promo-page-tile h3 {
	font-weight: 900;
	margin-top: -0.125em;
}

.promo-page-tile h2 span {
	font-size: 130%;
}

.promo-page-tile h3 span {
	font-size: 180%;
	position: relative;
	padding: 0 0.5em;
}

.promo-page-tile p {
	position: relative;
	width: 18em;
	font-size: 120%;
	padding: 0 1em;
}

.promo-page-tile p:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 120%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.25);
	top: -10%;
	right: 0;
}

.promo-page-tile sup {
	font-size: 60%;
	font-weight: 600;
	padding-right: 0.125em;
}


@media only screen and (max-width: 50em) {

	.promo-page-tile p {
		font-size: 100%;
		width: 100%;
		margin-bottom: 2em;
	}

	.promo-page-tile p:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #fff;
		background-color: rgba(255,255,255,0.25);
		top: auto;
		bottom: -1.25em;
		right: 0;
	}


}





.promo {
	background-color: #3eb59a;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.promo-tile {
	margin: 0 auto;
	max-width: 70em;
	color: #fff;
	padding: 1em 1em 2em 1em;
	text-align: center;
}

.promo:before  {
	pointer-events: none;
	position: absolute;
	content: '';
	width: 95%;
	width: calc(100% - 6px);
	height: 95%;
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	border: none;
	opacity: 0.25;
}

.promo-tile h5 {
	padding: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 0.8em;
	margin: -1.25em 0 0 -1.25em;
	text-align: left;
}

.promo-tile h5 a {
	background-color: #05828E;
	background-color: rgba(255, 255, 255, 0.25);
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	padding: 0.6em 0.8em;
	font-weight: 400;
	display: inline-block;
}

.promo-tile h5 a:hover {
	opacity: 0.7;
}

.promo-tile h2, .promo-tile h3, .promo-tile p {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

.promo-tile h2, .promo-tile h3 {
	font-weight: 900;
	margin-top: -0.125em;
}

.promo-tile h2 span {
	font-size: 160%;
}

.promo-tile h3 span {
	font-size: 180%;
	position: relative;
	padding: 0 0.5em;
}

.promo-tile p {
	position: relative;
	width: 18em;
	font-size: 120%;
	padding: 0 1em;
}

.promo-tile p:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 120%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.25);
	top: -10%;
	right: 0;
}

.promo-tile sup {
	font-size: 60%;
	font-weight: 600;
	padding-right: 0.125em;
}


@media only screen and (max-width: 50em) {

	.promo-tile p {
		font-size: 100%;
		width: 100%;
		margin-bottom: 2em;
	}

	.promo-tile p:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #fff;
		background-color: rgba(255,255,255,0.25);
		top: auto;
		bottom: -1.25em;
		right: 0;
	}


}

















/*  Up Next Tiles  */

.upnext a {
	color: #fff;
	border: none;
}

.upnext a:hover {
	color: #f69853;
	border: none;
}

.upnext {
	background: #ea5329;
	padding: 0;
	margin: 0;
	overflow: hidden;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.upnext:hover {
	background: #e14315;
}

.next-tile {
	margin: 0 auto;
	max-width: 60em;
	color: #fff;
	padding: 1em;
	text-align: left;
}

.next-tile h3:after {
	font-family: 'opensrs';
	display: inline;
	speak: none;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e62f";
	padding-left: 0.5em;
}

.next-integration {
	background-image: url('images/next-integration.svg') no-repeat -45px 50%;
	background-size: 200px;
}

.next-contact {
	background: url('images/next-contact.svg') no-repeat -20px 50%;
	background-size: 150px;
}

.next-platform {
	background: url('images/next-platform.svg') no-repeat -70px 50%;
	background-size: 210px;
}

.next-pricing {
	background: url('images/next-pricing.svg') no-repeat -70px 50%;
	background-size: 200px;
}

.next-ssl {
	background: url('images/next-ssl.svg') no-repeat -10px 50%;
	background-size: 120px;
}

.next-email {
	background: url('images/next-email.svg') no-repeat -10px 50%;
	background-size: 140px;
}

.next-security {
	background: url('images/next-security.svg') no-repeat -10px 50%;
	background-size: 140px;
}

.next-documentation {
	background: url('images/next-documentation.svg') no-repeat -20px 50%;
	background-size: 150px;
}

.next-integration h3 {
	padding-left: 160px;
}

.next-contact h3 {
	padding-left: 130px;
}

.next-platform h3 {
	padding-left: 140px;
}

.next-pricing h3 {
	padding-left: 130px;
}

.next-ssl h3 {
	padding-left: 130px;
}

.next-email h3 {
	padding-left: 130px;
}

.next-security h3 {
	padding-left: 130px;
}

.next-documentation h3 {
	padding-left: 120px;
}


	.next-integration {
		background: url('images/next-integration.svg') no-repeat 0 50%;
		background-size: 240px;
		padding: 2em;
	}

	.next-integration h3 {
		padding-left: 240px;
	}

	.next-contact {
		background: url('images/next-contact.svg') no-repeat 10px 50%;
		background-size: 150px;
	}

	.next-contact h3 {
		padding-left: 220px;
	}

	.next-platform {
		background: url('images/next-platform.svg') no-repeat 0 50%;
		background-size: 280px;
		padding: 2em;
	}

	.next-pricing {
		background: url('images/next-pricing.svg') no-repeat 0 50%;
		background-size: 200px;
	}

	.next-ssl {
		background: url('images/next-ssl.svg') no-repeat 0 -10px;
		background-size: 110px;
	}

	.next-platform h3 {
		padding-left: 220px;
	}

	.next-pricing h3 {
		padding-left: 220px;
	}

	.next-ssl h3 {
		padding-left: 150px;
	}

	.next-email {
		background: url('images/next-email.svg') no-repeat 0 -20px;
		background-size: 130px;
	}

	.next-email h3 {
			padding-left: 150px;
		}

	.next-security {
		background: url('images/next-security.svg') no-repeat 0 -20px;
		background-size: 130px;
	}

	.next-documentation {
		background: url('images/next-documentation.svg') no-repeat 0 -20px;
		background-size: 120px;
	}

	.next-security h3 {
			padding-left: 150px;
		}






/* Pricing Table */

.pricing-table-container {
	overflow: auto;
	width: 100%;
}

table.pricing {
	margin: 0.5em 0 2em 0;
}

.pricing th {
	padding: 1em;
	background: #f5f4e9;
	text-align: center;
}

th.table-price-head {
	background: #e3e0ce;
}

.pricing thead a {
	text-decoration: none;
	border-bottom: none;
	font-weight: 400;
	color: inherit;
}

.pricing tr:hover {
	background: #fbfaf5;
}

.pricing td {
	text-align: center;
	padding: 1em;
	border-bottom: 3px solid #eeeeec;
}

td.table-price {
	font-weight: 600;
}

td.table-price-sale {
	font-weight: 600;
}

.pricing td:nth-of-type(1) { 
		font-weight: 600;
	}



td.table-price-new:after {
	font-weight: 600;
	content: 'NEW';
	color: #fff;
	font-size: 0.7em;
	margin-left: 0.5em;
	margin-right: -3em;
	padding: 0.25em 0.35em;
	background: #80af30;
}

td.table-price-sale:after {
	font-weight: 600;
	content: 'SALE';
	color: #fff;
	font-size: 0.7em;
	margin-left: 0.5em;
	margin-right: -3.25em;
	padding: 0.25em 0.35em;
	background: #f6931e;
}

input.pricing-filter {
	height: 41px;
	padding: 0.5em;
}


/* General TablePress Styles */

table.tablepress { 
	table-layout: fixed;
}

.dataTables_filter {
	padding: 0.5em;
	float: none!important;
	white-space: nowrap;
	background-color: #d9d5c2;
}

.dataTables_info {
	color: #aaa;
	clear: both;
	float: left;
	margin: 4px 0 0;
}

.dataTables_paginate {
	float: right;
	margin: 4px 0 0;
	padding: 0 15px;
}

.dataTables_paginate a {
	color: #414042;
	opacity: 0.5;
	font-weight: 400;
	display: inline-block;
	border-bottom: none;
	outline: 0;
	position: relative;
	text-decoration: none!important;
	text-decoration: none\0/IE;
}

.dataTables_paginate a:hover {
	opacity: 1;
}

.dataTables_paginate .paginate_disabled_next, .dataTables_paginate .paginate_disabled_previous, .paginate_button.previous.disabled, .paginate_button.next.disabled  {
	color: #999!important;
	text-decoration: none!important;
	background-color: none!important;
}

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_button.previous {
	padding-left: 0.75em;
}

.paginate_disabled_next, .paginate_enabled_next, .paginate_button.next {
	margin-left: 10px;
	padding-right: 0.75em;
}

a.paginate_button.next, a.paginate_button.previous {
	cursor: pointer!important;
}

a.paginate_button.next.disabled, a.paginate_button.previous.disabled {
	cursor: text!important;
}


a.paginate_disabled_previous:hover, a.paginate_disabled_next:hover, a.paginate_button.previous.disabled, a.paginate_button.next.disabled {
	opacity: 0.5!important;
}

.dataTables_paginate .paginate_disabled_next, .dataTables_paginate .paginate_disabled_previous {
	color: #aaa!important;
	text-decoration: none;
	border-bottom: none;
}

.paginate_disabled_next:after, .paginate_disabled_previous:before, .paginate_enabled_next:after, .paginate_enabled_previous:before, .paginate_button.previous:before, .paginate_button.next:after {
	font-family: 'opensrs'!important;
	-webkit-font-smoothing: antialiased!important;
	position: absolute!important;
	text-shadow: none!important;
	color: inherit!important;
}

.paginate_disabled_previous:before, .paginate_enabled_previous:before, .paginate_button.previous:before {
	content: '\e62e'!important;
	left: 0!important;
}

.paginate_disabled_next:after, .paginate_enabled_next:after, .paginate_button.next:after {
	content: '\e62f'!important;
	right: 0!important;
}


.paginate_disabled_next:after, .paginate_disabled_previous:before, .paginate_button.previous.disabled:before, .paginate_button.next.disabled:after {
	color: #f9f9f9;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #f5f4e9!important;
	font-weight: 400!important;
	vertical-align: middle;
}

.dataTables_wrapper .sorting:hover, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
	background-color: #e3e0ce!important;
}

.tablepress .row-hover tr:hover td {
	background-color: #fbfaf5!important;
}

.tablepress tbody td, .tablepress tfoot th {
	border-top: 0!important;
}

.tablepress th {
	border-bottom: 0!important;
}

.tablepress tbody td {
	border-bottom: 3px solid #eeeeec;
}

.tablepress tbody tr:first-child td {
	border-top: 0;
}

.tablepress tbody tr:last-child td {
	border-bottom: 0;
}

.tablepress th {
	border: none;
	background: 0 0;
	text-align: center!important;
}

.tablepress td {
	border: none;
	background: 0 0;
	text-align: center!important;
}

.tablepress td, .tablepress th {
	padding: 1em!important;
	border: none;
	background: 0 0;
	text-align: left;
}

.tablepress caption {
	margin: 0.5em 0!important;
}

div.dataTables_scrollHead th {
	padding: 0.75em!important;
	border: none;
	background: 0 0;
	text-align: left;
}

dataTables_scrollHeadInner th {
	padding: 0.75em!important;
}

.dataTables_wrapper .sorting, .dataTables_wrapper .sorting_asc, .dataTables_wrapper .sorting_desc {
	padding-right: 20px!important;
	cursor: pointer;
	outline: 0;
}

.dataTables_wrapper .sorting div:after, .dataTables_wrapper .sorting_asc div:after, .dataTables_wrapper .sorting_desc div:after {
	font-family: TablePress;
	font-weight: 400;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -10px!important;
	margin: auto;
	height: 14px;
	line-height: 1;
	padding: 1px 0 0;
}

.dataTables_paginate, .dataTables_info {
	margin-top: 0.75em!important;
}

.dataTables_info {
	margin-left: 0.5em!important;
}

.tablepress .even td, .tablepress .odd td {
	background-color: #fff!important;
}

td.column-1, td.sorting_1 {
	font-weight: 700;
}

caption {
	display: none!important;
}

.tablepress-table-description {
	text-align: right;
	padding: 0.5em!important;
	color: #aaa;
}

.tablepress-table-description:before {
	font-family: 'opensrs';
	content: '\e615';
	padding-right: 0.5em;
}


.tablepress-table-description:after {
	font-family: 'opensrs';
	content: '\e616';
	padding-left: 0.5em;
}


@media (min-width: 980px) { .tablepress-table-description { display: none!important; } }



@media (max-width: 979px) {

	.tablepress-responsive-tablet tbody tr td {
	    border-bottom: none!important;
	    border-right: 3px solid #eeeeec;
	}

}

.tablepress-meta {
	background-color: #f5f4e9;
	width: 100%;
	float: left;
	padding: 0 0 0.75em 0.25em;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
    display: inline;
    margin: 0 0 0 0.25em!important;
    width: 180px!important;
    border: 1px solid transparent;
}

.tablepress-notes {
	margin-top: -2.6em;
	margin-bottom: 2.50em;
	padding: 0.75em;
	background-color: #d9d5c2;
	font-size: 0.85em;
}

.dataTables_wrapper {
	clear: both;
	margin-bottom: 2em!important;
}



 
/* Pricing table-specific styles (may need to change ID) */

#tablepress-1 td.column-1 {
	font-weight: 700;
}

#tablepress-1 caption {
	display: none!important;
}

#tablepress-5 tr.row-1 {
	display: none!important;
}


















/* Responsive Tables!!! */


.pricing-table-container {
	overflow: auto;
	width: 100%;
}

table.responsive-pricing {
	margin: 0.5em 0 2em 0;
}

.responsive-pricing th {
	padding: 1em;
	background: #f5f4e9;
	text-align: center;
}

.responsive-pricing th.table-price-head {
	background: #e3e0ce;
}

.responsive-pricing thead a {
	text-decoration: none;
	border-bottom: none;
	font-weight: 400;
	color: inherit;
}

.responsive-pricing tr:hover {
	background: #fbfaf5;
}

.responsive-pricing td {
	text-align: center;
	padding: 1em;
	border-bottom: 3px solid #eeeeec;
}

.responsive-pricing td.table-price {
	font-weight: 600;
}

.responsive-pricing td.table-price-sale {
	font-weight: 600;
}

.responsive-pricing td:nth-of-type(1) { 
		font-weight: 600;
	}



.responsive-pricing td.table-price-new:after {
	font-weight: 600;
	content: 'NEW';
	color: #fff;
	font-size: 0.7em;
	margin-left: 0.5em;
	margin-right: -3em;
	padding: 0.25em 0.35em;
	background: #80af30;
}

.responsive-pricing td.table-price-sale:after {
	font-weight: 600;
	content: 'SALE';
	color: #fff;
	font-size: 0.7em;
	margin-left: 0.5em;
	margin-right: -3.25em;
	padding: 0.25em 0.35em;
	background: #f6931e;
}


@media only screen and (max-width: 50em), (min-device-width: 50em) and (max-device-width: 70em)  {

/* Force table to not be like tables anymore */
	table.responsive-pricing, .responsive-pricing thead, .responsive-pricing tbody, .responsive-pricing th, .responsive-pricing td, .responsive-pricing tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.responsive-pricing thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive-pricing td:before { 
		padding-right: 0.5em; 
		white-space: nowrap;
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0.25em;
		left: 1em;
		width: 45%; 
		font-weight: 400;
	}

	.responsive-pricing td.table-price-new:after {
		font-size: 0.5em;
	}

	.responsive-pricing td:nth-of-type(1) { 
		background-color: #f5f4e9;
		margin-top:1em;
		font-size: 1.5em;
		padding-left: 0.5em; 
	}

	.responsive-pricing td:nth-of-type(7) { 
		border-bottom: 3px solid #eeeeec;
	}

	.responsive-pricing td {
		text-align: left;
		padding: 0.25em 1em;
		padding-left: 50%; 
		border-bottom: none;
		position: relative;
	}

	/*
	Label the data
	*/
	.responsive-pricing td:nth-of-type(2):before { content: "Phase:"; }
	.responsive-pricing td:nth-of-type(3):before { content: "New:"; }
	.responsive-pricing td:nth-of-type(4):before { content: "Transfer:"; }
	.responsive-pricing td:nth-of-type(5):before { content: "Renewals:"; }
	.responsive-pricing td:nth-of-type(6):before { content: "Redemption:"; }
	.responsive-pricing td:nth-of-type(7):before { content: "Implementation:"; }


}




/* SSL Table */

.pricing-table-container {
	overflow: auto;
	width: 100%;
}

table.ssl-table {
	margin: 0.5em 0 2em 0;
}

.ssl-table th {
	padding: 1em;
	background: #f5f4e9;
	text-align: center;
}

th.table-price-head {
	background: #e3e0ce;
}

.ssl-table thead a {
	text-decoration: none;
	border-bottom: none;
	font-weight: 400;
	color: inherit;
}

.ssl-table tr:hover {
	background: #fbfaf5;
}

.ssl-table td {
	text-align: center;
	padding: 1em;
	border-bottom: 3px solid #eeeeec;
}

td.table-price {
	font-weight: 600;
}

input.pricing-filter {
	height: 41px;
	padding: 0.5em;
}



span.symantec-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;
}

span.geotrust-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;

}

span.trustwave-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;

}

span.comodo-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;

}

span.globessl-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;

}

span.rapidssl-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;

}

span.thawte-table {
	background: none;
	background-size: 100px 30px;
	color: transparent;
	width: 100px;
	height: 30px;
	padding: 1em 2em;

}











/* TLD Tiles */

.tld-tiles-parfait {
	margin: 0;
	background-color: #f6f5ea;
}


.tld-tiles {
	max-width: 70em;
	margin: 0 auto;
	color: #fff;
}

.tld-logo-tiles, .tld-small-tiles {
	text-align: justify;
	margin: 0 1em;
	padding: 0.25em;
}

.tld-small-tiles  {
	margin-top: -1.50em;
}

.tld-tile {
	margin: 0 0.5em 0.5em 0.5em;
}


.tld-logo-tiles .tld-tile {
	width: 95%;
}

.tld-small-tiles .tld-tile {
	width: 44%;
}

.tld-small-tiles .tld-name {
	width: 65%;
}

.tld-small-tiles .tld-price {
	width: 30%;
}

.tld-logo-tiles:after, .tld-small-tiles:after {
	content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}

.tld-tile {
	display: inline-block;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	background-color: #389CA5;
	overflow: hidden;
	position: relative;
}

.tld-tile:before {
	content: "";
	position: absolute;
	left: 0;	
	bottom: 0;
	height: 0;
	width: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #f6f5ea;
	z-index: 2;
}

.tld-tile:after {
	content: "";
	position: absolute;
	right: 0;	
	top: 0;
	height: 0;
	width: 0;
	border-top: 10px solid #f6f5ea;
	border-left: 10px solid transparent;
}

.tld-tile:hover {
	opacity: 0.75;
}

.tld-small-tiles a, .tld-logo-tiles a {
	text-decoration: none;
	color: #fff;
	border: none;

}

.tld-price {
	text-align: center;
	display: inline-block;
	padding: 0.125em 0.25em;
	width: 30%;
}

.tld-name {
	text-align: center;
	display: inline-block;
	background-color: #05828e;
	position: relative;
	width: 65%;
	padding: 0.125em 0.25em 0.25em 0.25em;
}

.tld-name h2 {
	font-size: 1.25em;
	font-weight: 800;
	margin: 0;
}

.tld-logo-tiles .tld-name h2 {
	font-size: 1.728em;
}

.tld-price h3 {
	display: inline-block;
	margin: 0;
	font-weight: 800;
}

.tld-small-tiles .tld-price h3 {
	font-size: 1.25em;
}

.tld-price sup {
	font-weight: 400;
	font-size: 0.6em;
}

.tld-logo-tiles .tld-price h3 {
	display: inline-block;
	margin: 0;
	font-weight: 800;
	font-size: 2.75em;
}

.tld-logo-tiles .tld-price sup {
	font-weight: 400;
	font-size: 0.6em;
}

.dot-com-tile { background-color: #0eb6ee; }
.dot-com-tile .tld-name { background-color: #0472b1; background-color: #fff; }

.dot-net-tile { background-color: #fed104; }
.dot-net-tile .tld-name { background-color: #302b2d; background-color: #fff; }

.dot-org-tile { background-color: #fe9830; }
.dot-org-tile .tld-name { background-color: #214e62; background-color: #fff; }


.tld-logo-tiles h2 {
	padding: 1.25em;
}


.dot-com-tile .tld-name h2 { background: url('images/dotcom.png') no-repeat 53% 58%; color: transparent; background-size: 155px; }

.dot-net-tile .tld-name h2 { background: url('images/dotnet.png') no-repeat 50% 50%; color: transparent; background-size: 130px; }

.dot-org-tile .tld-name h2 { background: url('images/dotorg.png') no-repeat 50% 55%; color: transparent; background-size: 140px; }

.new-tld-tile.tld-tile {
/*	background-color: #3eb59a; */
/* background-color: #d9d5c2; */
}

.new-tld-tile .tld-name {
	background-color: #fff;
}

.new-tld-tile h2 {
	color: transparent;
}



	.tld-small-tiles .tld-tile { width: 30%; }
	.tld-logo-tiles .tld-tile { width: 30%; }
	.tld-logo-tiles .tld-name { width: 100%; }
	.tld-logo-tiles .tld-price { width: 100%; }



	.tld-small-tiles .tld-tile { width: 14.25%; }
	.tld-logo-tiles .tld-name { width: 65%; }
	.tld-logo-tiles .tld-price { width: 31%; }
	.tld-small-tiles .tld-price h3, .tld-small-tiles .tld-name h2 { font-size: 1.25em; }






/* Resellers */



.page-template-_reseller-page-php .hero h1 {
	text-align: center;
}

.page-template-_reseller-page-php .hero p {
	text-align: center;
	width: 100%;
}

.reseller-content-area {
	background-color: #05828e;
}

.reseller-content-area .entry-content {
	max-width: 75em;
	margin: 0 auto;
}

.testimonial {
	position: relative;
	width: 46%;
	float: left;
	margin-left: 3em;
	z-index: 1;
	font-style: italic;
	font-weight: 300;
	text-align: center;
}

.testimonial:first-child {
	margin-left: 0;
}

.testimonial:before {
	color: #1f909a;
	content: '“';
	position: absolute;
	font-weight: 700;
	font-size: 150px;
	top: -48px;
	left: -20px;
	font-style: normal;
}

.testimonial p {
	padding: 0.5em 50px;
	color: #fff;
	font-size: 1.35em;
	margin: 0;
	font-weight: 100;
	text-align: left;
	margin-bottom: 2em;
}

.testimonial span {
	position: absolute;
	display: inline-block;
	margin-top: 0.25em;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 60px;
	right: 50px;
	font-weight: 600;
}

.testimonial span:before  {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	top: 50%;
	left: 0;
	background-color: #1f909a;
}

@media only screen and (max-width: 50em) {

	.testimonial {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 4em;
	}

	.testimonial:first-child {
		margin-top: 0;
	}

	.testimonial p {
		font-size: 1.25em;
	}


}



.reseller-tiles {
	margin: 0 auto;
}

.reseller-tile {
	position: relative;
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 2em 2em 1em 2em;
	margin-bottom: 1em;
}

.reseller-tile:before {
	position: absolute;
	top: 10%;
	right: 0;
	content: '';
	width: 3px;
	height: 80%;
	background-color: #eeeeec;
}

.reseller-tile:nth-child(3n+3):before {
	background-color: transparent;
}

.reseller-tile:nth-child(4):after, .reseller-tile:nth-child(5):after, .reseller-tile:nth-child(6):after {
	position: absolute;
	top: 0;
	left: 10%;
	content: '';
	width: 80%;
	height: 3px;
	background-color: #eeeeec;
}

.reseller-tile h3, .reseller-tile p {
	text-align: left;
}

.reseller-tile a {
	font-weight: 600;
}

.reseller-logo-box {
	padding: 1em;
}

img.reseller-logo {
	width: 100%;
}

@media only screen and (max-width: 50em) {


.reseller-tile {
	width: 50%;
}

.reseller-tile:nth-child(even):before {
	background-color: transparent;
}

.reseller-tile:nth-child(odd):before {
	background-color: #eeeeec;
}

.reseller-tile:nth-child(3):after {
	position: absolute;
	top: 0;
	left: 10%;
	content: '';
	width: 80%;
	height: 3px;
	background-color: #eeeeec;
}

}



@media only screen and (max-width: 30em) {

.reseller-tile {
	width: 100%;
}

.reseller-tile:before {
	position: absolute;
	top: 0;
	left: 10%;
	content: '';
	width: 80%;
	height: 3px;
	background-color: #eeeeec;
}

.reseller-tile:nth-child(even):before {
	background-color: #eeeeec;
}

.reseller-tile:first-of-type:before {
	background-color: transparent;
}

.reseller-tile:after {
	background-color: transparent;
}

}




/* =============================================================
    HOUDINI COLLAPSE & EXPAND
    The widget styling.
 * ============================================================= */

/*  Hide the collapase and expand link or button by default */
.collapse-toggle {
    display: none;
    visibility: hidden;
}

/*  If JavaScript is enabled, show the collapse and expand link or button */
.js .collapse-toggle {
    display: inline;
    visibility: visible;
    cursor: pointer;
}

/*  When expanded, hide "show" text. 
 *  When collapsed, hide "hide" text. */
.active .collapse-text-show,
.collapse-text-hide {
    display: none;
    visibility: hidden;
}

/*  When expanded, show "hide" text. */
.active .collapse-text-hide {
    display: inline-block;
    visibility: visible;
}

/* If JavaScript is enabled, hide the collapsed element */

.js .collapse {
	display: none; /* Fix for Firefox */

	/* The old code...

    max-height: 0;
    overflow: hidden;
    opacity: 0;

    */

    -webkit-transition: opacity 0.5s ease;
       -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
         -o-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
}

/*  When collapsed element has the .active class, show it 
 *  Uses max-height instead of display: none to allow for 
 *  CSS3 animations, which don't work on display values. */

.js .collapse.active {
	display: block; /* Fix for Firefox */

	/* The old code...

    max-height: 9999em;
    opacity: 1;

    */
}

a.collapse-toggle  {
    text-decoration:none;
    border: none;
}

.collapse-text-show {
	border: none;
	background: #06838f;
	background: #ea5329;
	color: #fff;
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin: 0;
	display: inline-block;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width:100%;
	max-width: 650px;
}

.collapse-text-show:hover {
	opacity: 0.7;
}

.collapse-text-show:before {
    font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e62d";
	padding-right: 0.5em;
}

.collapse-text-hide {
	border: none;
	color: #fff;
	background-color: #ea5329;
	font-size: 100%;
	line-height: 1.4;
	padding: .6em 1em;
	margin: 0;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width:100%;
	max-width: 650px;
}

.collapse-text-hide:hover {
	opacity: 0.7;
}

.collapse-text-hide:before {
    font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e607";
	padding-right: 0.5em;
}












.hero-parfait {
	background-color: #f6f5ea;
	overflow: auto;
	padding: 1% 0 2% 0;
}

.page-template-_domain-pricing-page-php .hero-parfait {
	padding: 1% 0 0 0;
}

.page-template-_domain-pricing-page-php .hero {
}

.page-template-_domain-pricing-page-php .hero h1, .page-template-_new-domain-pricing-page-php .hero h1 {
	text-align: center;
	margin-bottom: 0;
}

.page-template-_premium-page-php .hero h1, .page-template-_premium-page-php .hero p, .page-template-_general-page-php .hero h1, .page-template-_new-domains-page-php .hero h1, .page-template-_new-domains-page-php .hero p, .page-template-_documentation-page-php .hero h1, .page-template-_documentation-page-php .hero p, .page-template-_marketing-page-php .hero h1, .page-template-_marketing-page-php .hero p  {
	text-align: center;
	width: 100%;
}

.page-template-_premium-page-php .hero h1 {
	margin-bottom: 0;
}

.page-template-_home-page-php .hero-parfait {
	background-image: url('images/home-hero2.svg');
	background-repeat: repeat-x;
	background-color: #f6f5ea;
	background-size: 600px;
	background-position: 0 100%;
	padding: 2% 0;
	margin: 0;
	border: 0;
}



.page-template-_contact-page-php .hero-parfait {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	height: 100%;
	min-height: 100%;
}

.cust1 {
	background: #e3e0ce url('images/cust1.jpg') no-repeat 0 0;
}

.cust2 {
	background: #e3e0ce url('images/cust2.jpg') no-repeat 100% 50%;
}

.cust3 {
	background: #e3e0ce url('images/cust3.jpg') no-repeat 100% 0;
}

.cust4 {
	background: #e3e0ce url('images/cust4.jpg') no-repeat 50% 0;
}

.cust5 {
	background: #e3e0ce url('images/cust5.jpg') no-repeat 0 0;
}

.page-template-_contact-page-php .hero {
		color: #fff;
	}


.page-template-_home-page-php .hero {
	padding: 1.25em;
	/* padding-bottom: 215px; */
}

.page-template-_home-page-php .hero h1, .page-template-_contact-page-php .hero h1 {
	margin-bottom: 0.25em;
}


.hero {
	margin: 0 auto;
	max-width: 65em;
	padding: 1.25em;
}

.hero h1, .hero p {
	text-align: center;
}

.hero p {
	margin-bottom: 0;
	font-size: 1.25em;
}

.page-template-_offer-page-php .hero {
	background: url('images/platform.svg') no-repeat 50% 2em;
	background-size: 300px;
}

.page-template-_domains-page-php .hero {
	background: url('images/domain.svg') no-repeat 50% 2em;
	background-size: 140px;
}

.page-template-_ssl-page-php .hero {
	background: url('images/ssl.svg') no-repeat 50% 2em;
	background-size: 140px;
}

.page-template-_security-page-php .hero {
	background: url('images/security.svg') no-repeat 50% 2em;
	background-size: 140px;
}

.page-template-_integration-page-php .hero {
	background: url('images/integration.svg') no-repeat 50% 2em;
	background-size: 250px;
}

.page-template-_why-page-php .hero {
	background: url('images/globe.svg') no-repeat 50% 1em;
	background-size: 210px;
}

.page-template-_email-page-php .hero {
	background: url('images/email.svg') no-repeat 50% 1em;
	background-size: 180px;
}

.page-template-_api-page-php .hero {
	background: url('images/api2.svg') no-repeat 50% 2em;
	background-size: 120px;
}

.page-template-_plugins-page-php .hero {
	background: url('images/plug.svg') no-repeat 50% 2em;
	background-size: 100px;
}

.page-template-_hrs-page-php .hero {
	background: url('images/hrs.svg') no-repeat 50% 2em;
	background-size: 120px;
}

.page-template-_email-page-php .hero h1 {
	padding-top: 170px;
}

.page-template-_offer-page-php .hero h1 {
	padding-top: 210px;
}

.page-template-_domains-page-php .hero h1 {
	padding-top: 140px;
}

.page-template-_api-page-php .hero h1, .page-template-_plugins-page-php .hero h1 {
	padding-top: 180px;
}

.page-template-_hrs-page-php .hero h1 {
	padding-top: 120px;
}



.page-template-_ssl-page-php .hero h1, .page-template-_security-page-php .hero h1 {
	padding-top: 160px;
}

.page-template-_integration-page-php .hero h1 {
	padding-top: 210px;
}

.page-template-_why-page-php .hero h1 {
	padding-top: 210px;
}

.page-template-_opensrs-page-php .hero {

}

.page-template-_opensrs-page-php .hero h1 {
	text-align: center;
}

.page-template-_opensrs-page-php .hero p {
	text-align: center;
	width: 100%;
}

.page-template-_marketing-page-php .content-area {
	max-width: 45em;
}






	.page-template-_home-page-php .hero-parfait {
		background-size: 800px;
	}

	.page-template-_home-page-php .hero {
		/* padding-bottom: 280px; */
	}

	.page-template-_home-page-php .hero h1, .page-template-_home-page-php .hero p, .page-template-_contact-page-php .hero h1, .page-template-_contact-page-php .hero p {
		text-align: center;
		width: 100%;
	}

	.page-template-_home-page-php .hero p, .page-template-_contact-page-php .hero p {
		font-size: 1.5em;
	}


	.hero h1, .hero p {
		text-align: left;
	}

	.hero p {
		width: 60%;
		font-size: 1.3em;
	}

	.page-template-_offer-page-php .hero {
		background: url('images/platform.svg') no-repeat 140% 50%;
		background-size: 55%;
	}

	.page-template-_domains-page-php .hero, .page-template-_ssl-page-php .hero, .page-template-_email-page-php .hero, .page-template-_security-page-php .hero, .page-template-_api-page-php .hero, .page-template-_plugins-page-php .hero, .page-template-_hrs-page-php .hero  {
		padding: 2em 2em 2em 220px;
	}

	.page-template-_offer-page-php .hero h1 {
		width: 64%;
		padding-top: 0;
	}

	.page-template-_domains-page-php .hero h1, .page-template-_ssl-page-php .hero h1, .page-template-_email-page-php .hero h1, .page-template-_security-page-php .hero h1, .page-template-_api-page-php .hero h1, .page-template-_plugins-page-php .hero h1, .page-template-_hrs-page-php .hero h1 {
		padding-top: 0;
	}

	.page-template-_domains-page-php .hero p, .page-template-_ssl-page-php .hero p, .page-template-_email-page-php .hero p, .page-template-_api-page-php .hero p, .page-template-_plugins-page-php .hero p, .page-template-_hrs-page-php .hero p, .page-template-_security-page-php .hero p {
		width: 100%;
	}

	.page-template-_domains-page-php .hero {
		background: url('images/domain.svg') no-repeat 3em 3em;
		background-size: 140px;
	}

	.page-template-_ssl-page-php .hero {
		background: url('images/ssl.svg') no-repeat 3em 3em;
		background-size: 140px;
	}

	.page-template-_security-page-php .hero {
		background: url('images/security.svg') no-repeat 3em 3em;
		background-size: 140px;
	}

	.page-template-_why-page-php .hero {
		background: url('images/globe.svg') no-repeat 130% 50%;
		background-size: 50%;
	}

	.page-template-_integration-page-php .hero {
		background: url('images/integration.svg') no-repeat 126% 50%;
		background-size: 50%;
	}

	.page-template-_email-page-php .hero {
		background: url('images/email.svg') no-repeat 3em 3em;
		background-size: 140px;
	}

	.page-template-_api-page-php .hero {
		background: url('images/api2.svg') no-repeat 3em 2em;
		background-size: 140px;
	}

	.page-template-_plugins-page-php .hero {
		background: url('images/plug.svg') no-repeat 3em 2em;
		background-size: 140px;
	}

	.page-template-_hrs-page-php .hero {
		background: url('images/hrs.svg') no-repeat 2em 3em;
		background-size: 160px;
	}



	.page-template-_why-page-php .hero h1, .page-template-_integration-page-php .hero h1 {
		padding-top: 0;
		width: 60%;
	}

	.page-template-_promo-page-php .hero h1 {
		text-align: center;
	}

	.page-template-_promo-page-php .hero p, .page-template-_general-page-php .hero p {
		text-align: center;
		width: 100%;
	}
	






	.page-template-_home-page-php .hero-parfait {
		background-size: 835px 300px;
	}

	.page-template-_home-page-php .hero {
		/* padding-bottom: 300px; */
	}

	.page-template-_home-page-php .hero p, .page-template-_contact-page-php .hero p {
		font-size: 1.9em;
	}

	.page-template-_contact-page-php .hero {
		padding: 8% 1.5em;
	}

	.page-template-_offer-page-php .hero {
		background: url('images/platform.svg') no-repeat 97% 50%;
		background-size: 34%;
	}

	.page-template-_why-page-php .hero {
		background: url('images/globe.svg') no-repeat 96% 50%;
		background-size: 33%;
	}

	.page-template-_integration-page-php .hero {
		background: url('images/integration.svg') no-repeat 100% 50%;
		background-size: 38%;
	}

	.page-template-_why-page-php .hero h1, .page-template-_integration-page-php .hero h1 {
		padding-top: 0;
		width: 60%;
		text-align: left;
	}







.layer {
	position: relative;
	padding: 1em;
	text-align: center;
}

.layer h2 {
	margin-top: 0.25em;
}

.layer:after {
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:100%;
	height:3px;
	background-color: #eeeeec;
}

.layer:first-of-type:after {
	background-color: transparent;
}

.snip-domain {
	background: url('images/domain.svg') no-repeat 50% 2em;
	background-size: 100px;
	padding-top: 120px;
}

.snip-ssl {
	background: url('images/ssl.svg') no-repeat 50% 2em;
	background-size: 100px;
	padding-top: 140px;

}

.snip-email {
	background: url('images/email.svg') no-repeat 50% 2em;
	background-size: 100px;
	padding-top: 130px;
}

.snip-security {
	background: url('images/security.svg') no-repeat 50% 2em;
	background-size: 100px;
	padding-top: 140px;
}

.snip-api2 {
	background: url('images/api2.svg') no-repeat 50% 1em;
	background-size: 100px;
	padding-top: 150px;
}

.snip-tools {
	background: url('images/plug.svg') no-repeat 50% 1em;
	background-size: 80px;
	padding-top: 150px;
}

.snip-hrs {
	background: url('images/hrs.svg') no-repeat 50% 1.5em;
	background-size: 150px;
	padding-top: 150px;
}







.layer {
	position: relative;
	padding: 1em;
	text-align: left;
}

.layer h2 {
	margin: 0.125em 0;
}

.layer p {
	font-size: 1.2em;
}

.layer:after {
	position: absolute;
	top:0;
	left:0;
	content: '';
	width:100%;
	height:3px;
	background-color: #eeeeec;
}

.layer:first-of-type:after {
	background-color: transparent;
}

.snip-domain {
	background: url('images/domain.svg') no-repeat 1% 2em;
	background-size: 100px;
	padding-left: 150px;
}

.snip-ssl {
	background: url('images/ssl.svg') no-repeat 1% 2em;
	background-size: 100px;
	padding-left: 150px;

}

.snip-email {
	background: url('images/email.svg') no-repeat 1% 2em;
	background-size: 100px;
	padding-left: 150px;
}

.snip-security {
	background: url('images/security.svg') no-repeat 1% 2em;
	background-size: 100px;
	padding-left: 150px;
}


.snip-api2 {
	background: url('images/api2.svg') no-repeat 2% 1em;
	background-size: 90px;
	padding-left: 150px;
}

.snip-tools {
	background: url('images/plug.svg') no-repeat 1.5% 1.5em;
	background-size: 80px;
	padding-left: 150px;
}

.snip-hrs {
	background: url('images/hrs.svg') no-repeat 1% 1.5em;
	background-size: 120px;
	padding-left: 150px;
}


.snip-ucp {
	background: url('images/ucp.svg') no-repeat 1% 1.5em;
	background-size: 100px;
	padding-top: 150px;
}


.split-container {
	width: 100%;
	padding: 0.5em;
}


.split {
	margin-bottom: 1em;
}

.page-template-_contact-page-php .split {
	text-align: center;
}

@media only screen and (min-width: 40em)  {

	.split {
		vertical-align: top;
		width: 45%;
		display: inline-block;
		margin-left: 2em;
	}

	.split:first-of-type {
		margin-left: 0;
	}

}


.split-60, .split-40 {
	margin-bottom: 1em;
}

@media only screen and (min-width: 50em)  {

	.split-60 {
		width: 56%;
		margin: 1em;
		padding-right: 1em;
		float: left;
	}

	.split-40 {
		width: 34%;
		margin: 1em;
		padding-right: 1em;
		float: left;
	}

}


.home-clients {
	background-color: #05828e;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.client-tile {
	position: relative;
	max-width: 70em;
	margin: 0 auto;
	text-align: center;
	padding: 2em;
	z-index: 0;
}

@media only screen and (min-width: 50em)  { .client-tile { padding: 3em; } }

.client-tile:after {
	content : "";
    position: absolute;
    top: -20px;
    right: -150px;
    background: url('images/globe2.svg') no-repeat; 
    width: 350px;
    height: 350px;
    opacity : 0.4;
    pointer-events: none;
    z-index: -1;
}

.client-tile img {
	opacity: 0.3;
	display: inline;
	margin: 0 1em 0.5em 0;
	vertical-align: top;
}

.client-tile a.green-button {
	display: inline-block;
}






.home-domains {
	text-align: center;
}

.domain-text {
	max-width: 50em;
	margin: 0 auto;
	padding: 2em;
}

.tld-logo-strip img {
	display: inline-block;
	width: 23%;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.tld-logo-strip img:hover {
	opacity: 0.7;
}

.tld-logo-strip a {
	margin: 1em;
}

.tld-logo-strip a:hover {
	text-decoration: none;
	border: none;
}

.tld-logo-strip {
	margin-bottom: 1.5em;
}



















.home-cust {
	background: #e3e0ce url('images/cust.jpg') no-repeat 50% 50% fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	background-attachment: scroll
	-webkit-overflow-scrolling:touch;
	overflow-scrolling:touch;
	height: 100%;
	min-height: 100%;
}

.cust-tile {
	max-width: 60em;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 2em;
}

.cust-tile, .domain-text { padding: 3em; }

.grid-home-container {
	margin: 1em auto;
	text-align: justify;
	width: 100%;
	max-width: 80em;
}

.grid-home-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.grid-home-product, .grid-home-platform, .grid-home-integration  {
	position: relative;
	padding: 0.5em 1em 1.5em 1em;
	padding-top: 220px;
	text-align: center;
	width: 100%;
	vertical-align: top;
}

.grid-home-product {
	background: url('images/home-product.svg') no-repeat 50% 2em;
	background-size: 200px;
}

.grid-home-platform {
	background: url('images/home-platform.svg') no-repeat 50% 2em;
	background-size: 200px;
}

.grid-home-integration {
	background: url('images/home-integration.svg') no-repeat 50% 2em;
	background-size: 200px;
}

.grid-home-product:after, .grid-home-platform:after, .grid-home-integration:after {
	position: absolute;
	top: 100%;
	left: 5%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec;
}

.grid-home-integration:after {
	background-color: transparent;
}

.grid-container {
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
}

.grid-big {
	position: relative;
	padding: 100px 0.5em 0.5em 0.5em;
	margin: 0 0.5em 1em 0.5em;
	text-align: center;
}

.grid-big:after {
	position: absolute;
	top: 100%;
	left: 5%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec;
}

.grid-big:last-of-type:after {
	background-color: transparent;
}

.name-suggest {
	background: url('images/lightbulb.svg') no-repeat 50% 0;
	background-size: 90px;
}

.managed-dns {
	background: url('images/gears.svg') no-repeat 50% 0;
	background-size: 100px;
}

.customer-care {
	background: url('images/support.svg') no-repeat 50% 0;
	background-size: 80px;
}

.contact-privacy {
	background: url('images/private.svg') no-repeat 50% 0;
	background-size: 80px;
}

.parked-pages {
	background: url('images/keys.svg') no-repeat 50% 0;
	background-size: 90px;
}

.dedicated-team {
	background: url('images/network.svg') no-repeat 50% 0;
	background-size: 100px;
}

.control-panel {
	background: url('images/panel.svg') no-repeat 50% 1em;
	background-size: 100px;
}

.test-panel {
	background: url('images/test.svg') no-repeat 50% 1em;
	background-size: 90px;
}

.grid-big.control-panel, .grid-big.test-panel {
	padding-top: 120px;
}

.grid-big.mwi {
	padding-top: 1em;
}

.mwi:after {
	position: absolute;
	top: 100%;
	left: 5%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec!important;
}



.grid-small {
	position: relative;
	padding: 100px 0.5em 0.5em 0.5em;
	margin: 0 0.5em 1em 0.5em;
	text-align: center;
}

.grid-small:after {
	position: absolute;
	top: 100%;
	left: 5%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec;
}

.brandable {
	background: url('images/design.svg') no-repeat 50% 0;
	background-size: 90px;
}

.performance {
	background: url('images/rocket.svg') no-repeat 50% 0;
	background-size: 60px;
}

.reliable {
	background: url('images/check.svg') no-repeat 50% 0;
	background-size: 90px;
}

.integration {
	background: url('images/api.svg') no-repeat 50% 0;
	background-size: 110px;
}

.package {
	background: url('images/package.svg') no-repeat 50% 0;
	background-size: 80px;
}

.check-ul {

}

.check-ul li {
	text-indent: -1.5em!important;
}

.check-ul li:before {
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e606"!important;
	color: #3eb59a;
	padding-right: 0.5em;
}


.newgrid-container {
	text-align: justify;
	margin-bottom: -1em;
}

.newgrid-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}


.new-grid-small {
	text-align: center;
	width: 17%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0.5em;
}

.new-grid-small:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 90%;
	top: 0;
	left: -7%;
	background-color: #eeeeec;
}

.new-grid-small:first-of-type:after {
	background-color: transparent;
}


.new-grid-med {
	text-align: center;
	width: 22%;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	padding: 1em;
	margin-bottom: 1.5em;
}

.new-grid-med:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 90%;
	top: 0;
	left: -7%;
	background-color: #eeeeec;
}

.new-grid-med:first-of-type:after {
	background-color: transparent;
}

.new-grid-med:nth-child(5):after {
		background-color: transparent;
	}


.new-grid-med:before {
	content: '';
	position: absolute;
	width: 90%;
	height: 3px;
	bottom: 0;
	left: 5%;
	background-color: #eeeeec;
}

.new-grid-med:nth-child(5):before, .new-grid-med:nth-child(6):before, .new-grid-med:nth-child(7):before, .new-grid-med:nth-child(8):before {
		background-color: transparent;
	}



.protocol {
	background: url('images/protocol.svg') no-repeat 50% 0;
	background-size: 70px;
	padding-top: 100px;
}

.language {
	background: url('images/language.svg') no-repeat 50% 0;
	background-size: 90px;
	padding-top: 100px;
}

.spam {
	background: url('images/spam.svg') no-repeat 50% 0;
	background-size: 90px;
	padding-top: 100px;
}

.storage {
	background: url('images/storage.svg') no-repeat 50% 0;
	background-size: 90px;
	padding-top: 100px;
}

.ui {
	background: url('images/ui.svg') no-repeat 50% 0;
	background-size: 90px;
	padding-top: 100px;
}

.solid {
	background: url('images/solid.svg') no-repeat 50% 0;
	background-size: 90px;
	padding-top: 100px;
}

.ops {
	background: url('images/ops.svg') no-repeat 50% 0;
	background-size: 90px;
	padding-top: 100px;
}

.save {
	background: url('images/save.svg') no-repeat 50% 0;
	background-size: 70px;
	padding-top: 100px;
}







@media only screen and (max-width: 50em) {

	.new-grid-small {
		width: 48%;
		margin-bottom: 1.5em;
	}

	.new-grid-small:after {
		left: -4%;
	}

	.new-grid-small:nth-child(3):after, .new-grid-small:nth-child(5):after {
		background-color: transparent;
	}

	.new-grid-small:before {
		content: '';
		position: absolute;
		width: 90%;
		height: 3px;
		bottom: 0;
		left: 5%;
		background-color: #eeeeec;
	}

	.new-grid-small:last-of-type {
		width: 100%;
	}


	.new-grid-med {
		width: 48%;
	}

	.new-grid-med:after {
		left: -3%;
	}

	.new-grid-med:nth-child(odd):after {
		background-color: transparent;
	}

	.new-grid-med:nth-child(5):before, .new-grid-med:nth-child(6):before {
		background-color: #eeeeec;
	}

}

@media only screen and (max-width: 30em) {

	.new-grid-small {
		width: 100%;
		margin-bottom: 1.5em;
	}

	.new-grid-small:after {
		background-color: transparent;
	}

	.new-grid-small:before {
		content: '';
		position: absolute;
		width: 90%;
		height: 3px;
		bottom: 0;
		left: 5%;
		background-color: #eeeeec;
	}


	.new-grid-med {
		width: 100%;
	}

	.new-grid-med:after {
		background-color: transparent;
	}

	.new-grid-med:nth-child(7):before, .new-grid-med:nth-child(8):before {
		background-color: #eeeeec;
	}

}



.grid-2 {
	text-align: center;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1em;
	margin-bottom: 1em;
}


.grid-2:before {
	position: absolute;
	top: 0;
	left: -5%;
	content: '';
	width: 3px;
	height: 90%;
	background-color: #eeeeec;
}

.grid-2:first-of-type:before {
	background-color: transparent;
}

.grid-3 {
	text-align: center;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1em;
	margin-bottom: 1em;
}


.grid-3:before {
	position: absolute;
	top: 0;
	left: -0.5em;
	content: '';
	width: 3px;
	height: 90%;
	background-color: #eeeeec;
}

.grid-3:first-of-type:before {
	background-color: transparent;
}

.grid-9 {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 32%;
	vertical-align: top;
	padding: 2em 2em 1em 2em;
	margin-bottom: 1em;
}

.grid-9 h3, .grid-9 p {
	text-align: left;
}

.grid-9:before {
	position: absolute;
	top: 5%;
	left: -0.5em;
	content: '';
	width: 3px;
	height: 90%;
	background-color: #eeeeec;
}

.grid-9:nth-of-type(3n+1):before {
	background-color: transparent;
}

.grid-9:after {
	position: absolute;
	top: -0.5em;
	left: 5%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec;
}

.grid-9:nth-of-type(1):after, .grid-9:nth-of-type(2):after, .grid-9:nth-of-type(3):after {
	background-color: transparent;
}


@media only screen and (max-width: 50em) {

	.grid-9:last-of-type {
		width: 100%;
	}

	.grid-9:last-of-type img, .grid-9:last-of-type h3, .grid-9:last-of-type p {
		width: 48%;
		text-align: left;
		margin: 0 auto;
	}

	.grid-9 {
		width: 48%;
	}

	.grid-9:nth-of-type(3n+1):before {
	background-color: #eeeeec;
}

	.grid-9:nth-of-type(2n+1):before {
	background-color: transparent;
}

.grid-9:nth-of-type(3):after {
	background-color: #eeeeec;
}

}


@media only screen and (max-width: 30em) {

	.grid-9 {
		width: 100%;
	}

	.grid-9:last-of-type img, .grid-9:last-of-type h3, .grid-9:last-of-type p {
		width: 100%;
	}

	.grid-9:before {
		background-color: transparent!important;
	}


	.grid-9:after {
		background-color: #eeeeec!important;
	}

	.grid-9:first-of-type:after {
		background-color: transparent!important;
	}

}



.grid-4 {
	text-align: center;
	width: 24%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1em;
	margin-bottom: 1em;
}


.grid-4:before {
	position: absolute;
	top: 0;
	left: -0.5em;
	content: '';
	width: 3px;
	height: 90%;
	background-color: #eeeeec;
}

.grid-4:first-of-type:before {
	background-color: transparent!important;
}



.grid-3.evaluate, .grid-3.negotiate, .grid-3.control, .grid-3.domain-api, .grid-3.ssl-api, .grid-3.email-api {
	padding-top: 120px;
}

.evaluate {
	background: url('images/evaluate.svg') no-repeat 50% 1em;
	background-size: 60px;
}

.negotiate {
	background: url('images/negotiate.svg') no-repeat 50% 1em;
	background-size: 100px;
}

.control {
	background: url('images/control.svg') no-repeat 50% 1em;
	background-size: 100px;
}

.domain-api {
	background: url('images/domain-api.svg') no-repeat 50% 1em;
	background-size: 80px;
}

.ssl-api {
	background: url('images/ssl-api.svg') no-repeat 50% 1em;
	background-size: 80px;
}

.email-api {
	background: url('images/email-api.svg') no-repeat 50% 1em;
	background-size: 80px;
}




.grid-4.get-started-domain, .grid-4.get-started-ssl, .grid-4.get-started-email, .grid-4.get-started-security {
	padding-top: 120px;
}

.get-started-domain {
	background: url('images/domain.svg') no-repeat 50% 1em;
	background-size: 100px;
}

.get-started-ssl {
	background: url('images/ssl.svg') no-repeat 50% 1em;
	background-size: 90px;
}

.get-started-email {
	background: url('images/email.svg') no-repeat 50% 1em;
	background-size: 100px;
}

.get-started-security {
	background: url('images/security.svg') no-repeat 50% 1em;
	background-size: 95px;
}




h3.documentation-resources {
	background: url('images/documentation.svg') no-repeat 50% 1em;
	background-size: 70px;
	padding-top: 130px;
}

h3.marketing-resources {
	background: url('images/marketing.svg') no-repeat 50% 1em;
	background-size: 70px;
	padding-top: 130px;
}

h3.video-resources {
	background: url('images/video.svg') no-repeat 50% 1em;
	background-size: 100px;
	padding-top: 130px;
}

.resources-grid .grid-3 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.resources-grid .grid-3 h3 {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.resources-grid .grid-3 a {
	font-size: 1.1em;
}

.resources-grid .grid-3 a:hover {
	border: none;
}


@media only screen and (max-width: 40em) {

	.resources-grid .grid-3 p {
	text-align: center;
}

h3.documentation-resources {
	background: url('images/documentation.svg') no-repeat 50% 0;
	background-size: 70px;
	padding-top: 100px;
	text-align: center;
}

h3.marketing-resources {
	background: url('images/marketing.svg') no-repeat 50% 0;
	background-size: 70px;
	padding-top: 100px;
	text-align: center;
}

h3.video-resources {
	background: url('images/video.svg') no-repeat 50% 0;
	background-size: 100px;
	padding-top: 100px;
	text-align: center;
}

	}




.card-container {
	text-align: justify;
	background-color: #f6f5ea;
	margin: 2em 0 1em 0;
}

.card-container-heading {
	padding: 0.25em;
	background-color: #e3e0ce;
}

.card-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.card-2 {
	position: relative;
	text-align: center;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1em 1em 0;
}

.card-2:after {
	position: absolute;
	top: 5%;
	right: -0.5em;
	content: '';
	width: 3px;
	height: 90%;
	background-color: #e3e0ce;
}

.card-2:last-of-type:after {
	background-color: transparent;
}

.card-3 {
	position: relative;
	text-align: center;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1em 1em 0;
}

.card-3:after {
	position: absolute;
	top: 5%;
	right: -0.5em;
	content: '';
	width: 3px;
	height: 90%;
	background-color: #e3e0ce;
}

.card-3:last-of-type:after {
	background-color: transparent;
}


.col-container {
	text-align: justify;
}

.col-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.col-3 {
	position: relative;
	text-align: left;
	width: 32%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 1em 1em 0;
}





@media only screen and (max-width: 50em) {

.col-3 {
	width: 100%;
}

.col-3 > .check-ul {
	margin-bottom: 0;
}

}



@media only screen and (max-width: 50em) {

.grid-4 {
	width: 48%;
}

.grid-4:nth-of-type(3):before {
	background-color: transparent;
}

.grid-4:nth-of-type(1):after, .grid-4:nth-of-type(2):after {
	position: absolute;
	bottom: 0;
	left: 7%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec;
}

}



@media only screen and (max-width: 40em) {

	.grid-3 {
	text-align: left;
	width: 100%;
}



.card-2, .card-3 {
	width: 100%;
}

.card-2:after, .card-3:after {
	position: absolute;
	top: 100%;
	right: 5%;
	content: '';
	width: 90%;
	height: 3px;
}

.grid-3.evaluate, .grid-3.negotiate, .grid-3.control, .grid-3.domain-api, .grid-3.ssl-api, .grid-3.email-api  {
	padding-top: 1em;
	padding-left: 120px;
}

.grid-3:before {
	position: absolute;
	top: -1em;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eeeeec;
}

.grid-3:last-of-type:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eeeeec;
}

.evaluate {
	background: url('images/evaluate.svg') no-repeat 0 1em;
	background-size: 90px;
}

.negotiate {
	background: url('images/negotiate.svg') no-repeat 0 1em;
	background-size: 100px;
}

.control {
	background: url('images/control.svg') no-repeat 0 1em;
	background-size: 100px;
}

.domain-api {
	background: url('images/domain-api.svg') no-repeat 0 1em;
	background-size: 90px;
}

.ssl-api {
	background: url('images/ssl-api.svg') no-repeat 0 1em;
	background-size: 90px;
}

.email-api {
	background: url('images/email-api.svg') no-repeat 0 1em;
	background-size: 90px;
}



}




@media only screen and (max-width: 30em) {


.grid-2 {
	width: 100%;
}

.grid-2:before {
	position: absolute;
	top: -1em;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eeeeec;
}

.grid-2:last-of-type:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eeeeec;
}

.grid-4 {
	width: 100%;
	margin-bottom: 0;
}

.grid-4:before {
	position: absolute;
	top: -0.5em;
	left: 5%;
	content: '';
	width: 90%;
	height: 3px;
	background-color: #eeeeec!important;
}

.grid-4:after {
	background-color: transparent!important;
}

}








/* Resources Page */

.page-template-_documentation-page-php h3, .page-template-_marketing-page-php h3 {
	text-align: left;
	padding: 0.5em;
	padding-left: 2.25em;
	background-color: #f6f5ea;
	background-color: #f37d27;
	color: #fff;
}







.page-template-_documentation-page-php h4, .page-template-_marketing-page-php h4 {
	font-weight: 600;
}

h3.domain-resources {
	background: #f37d27 url('images/domain-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.5em;
}

h3.email-resources {
	background: #f37d27 url('images/email-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.5em;
}

h3.publishing-resources {
	background: #f37d27 url('images/publishing-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.5em;
}

h3.ssl-resources {
	background: #f37d27 url('images/ssl-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.25em;
}

h3.hrs-resources {
	background: #f37d27 url('images/hrs-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.5em;

}

h3.api-resources {
	background: #f37d27 url('images/api-resources.svg') no-repeat -0.25em 50%;
	background-size: 2em;
}

h3.contract-resources {
	background: #f37d27 url('images/contract-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.5em;
}

h3.payment-resources {
	background: #f37d27 url('images/payment-resources.svg') no-repeat -0.5em 50%;
	background-size: 2.5em;
}


.grid-resources {
	position: relative;
	padding: 1em;
	margin: 0 0 1.5em 0;
	text-align: left;
}

.grid-resources:last-child {
	margin-bottom: 0;
}

.grid-resources:last-child:after {
	height: 0;
}

.grid-resources ul {
	margin: 0 0 1.5em 0;
	position: relative;
}

.grid-resources ul:last-child {
	margin-bottom: 0;
}

.grid-resources ul li {
	padding: 0 0 0.25em 1.4em;
	text-indent: -1.5em;
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	overflow: hidden;
}

.grid-resources ul li:before {
	content: "\e639";
	color: #ea5329;
	line-height: 1;
	font-size: 0.9em;
	padding-left: 1em;
	margin-left: 0;
	border-bottom: none!important;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	font-family: 'opensrs';
	padding-left: 0.25em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.grid-resources ul li:hover:before {
	color: #f37d27;
}

.grid-resources ul li.ext:before {
	content: "\f08e";
}

.grid-resources ul li.pdf:before {
	content: "\e636";
}

.grid-resources ul li.doc:before {
	content: "\e637";
}

.grid-resources ul li.vid:before {
	content: "\e63a";
}

.page-template-_documentation-page-php .content-area {
	max-width: 45em;
}

.page-template-_domains-page-php .entry-content {
	padding-bottom: 0;
}

.page-template-_domains-page-php .hentry {
	margin-bottom: 0;
}


.symantec-tile h3 {
	background: none;
	background-size: 120px;
}

.thawte-tile h3 {
	background: none;
	background-size: 120px;
}

.globessl-tile h3 {
	background: none;
	background-size: 120px;
}

.rapidssl-tile h3 {
	background: none;
	background-size: 120px;
}

.geotrust-tile h3 {
	background: none;
	background-size: 120px;
}

.trustwave-tile h3 {
	background: none;
	background-size: 120px;
}

.comodo-tile h3 {
	background: none;
	background-size: 120px;
}

.page-template-_ssl-page-php .grid-small {
	padding-top: 0;
}

.page-template-_ssl-page-php .grid-small h3 {
	text-indent: 0;
	overflow: none;
	width: 100%
	display: block;
}

.page-template-_ssl-page-php .grid-small h3 a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	width: auto;
	height: auto;
	margin: auto;
}

.page-template-_ssl-page-php .grid-small h3:hover {
	opacity: 0.5;
}




	.page-template-_ssl-page-php .grid-small { 
		width: 17.5%;	
		margin: 0.5em;
		padding: 0.25em;
		min-height: 20em;
		vertical-align: top;
	}

	.page-template-_ssl-page-php .grid-small:after { 
		background-color: transparent;
	}

	.page-template-_ssl-page-php .grid-small p {
		text-align: center;
		padding: 0;
		font-size: 1em;
		padding: 0 0.75em;
	}

	.page-template-_ssl-page-php .grid-small h3 {
		width: 100%;
		margin-left: 0;
	}

	.page-template-_ssl-page-php .grid-small h3 a {
		width: 100%;
	}

	.page-template-_ssl-page-php .grid-small:before {
		position: absolute;
		top: 0;
		right: -0.75em;
		content: '';
		width: 3px;
		height: 100%;
		background-color: #eeeeec;
	}

	.page-template-_ssl-page-php .grid-small:last-of-type:before {
		background-color: transparent;
	}




















@media only screen and (min-width: 30em)  {


	.grid-home-container  {
			margin: 1em auto;
		}

	.grid-home-product, .grid-home-platform, .grid-home-integration  {
		display: inline-block;
		width: 100%;
		position: relative;
		padding: 2em;
		padding-left: 240px;
		text-align: left;
		width: 100%;
		vertical-align: top;
	}

	.grid-home-product {
		background: url('images/home-product.svg') no-repeat 2em 50%;
		background-size: 180px;
	}

	.grid-home-platform {
		background: url('images/home-platform.svg') no-repeat 2em 50%;
		background-size: 180px;
	}

	.grid-home-integration {
		background: url('images/home-integration.svg') no-repeat 2em 50%;
		background-size: 180px;
	}

}




@media only screen and (min-width: 34em)  {


	.grid-big {
		width: 40%;
		position: relative;
		display: inline-block;
		padding: 100px 0.5em 0.5em 0.5em;
		margin: 0 1.5em 2em 1.5em;
		text-align: center;
	}

	.grid-big.parked-pages:after {
		background-color: transparent;
	}

	.managed-dns:before, .contact-privacy:before {
		position: absolute;
		top: 0;
		left: -1.5em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.parked-pages:before {
		position: absolute;
		top: 0;
		right: -1.7em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.control-panel:before {
		position: absolute;
		top: 0;
		right: -1.7em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.grid-small {
		width: 40%;
		position: relative;
		display: inline-block;
		padding: 100px 0.5em 0.5em 0.5em;
		margin: 0 1.5em 2em 1.5em;
		text-align: center;
	}

	.grid-small:after {
		position: absolute;
		top: 100%;
		left: 5%;
		content: '';
		width: 90%;
		height: 3px;
		background-color: #eeeeec;
	}

	.brandable:before, .reliable:before {
		position: absolute;
		top: 0;
		right: -1.6em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

}

@media only screen and (min-width: 42em)  {  .grid-small h3 { font-size: 1.5em;}  }





.grid-home-container  {
		margin: 3em auto;
	}

	.grid-home-product, .grid-home-platform, .grid-home-integration  {
		width: 33%;
		display: inline-block;
		padding-left: 2em;
		padding-right: 2em;
		padding-top: 200px;
		text-align: center;
	}

	.grid-home-product {
		background: url('images/home-product.svg') no-repeat 50% 0;
		background-size: 200px;
	}

	.grid-home-platform {
		background: url('images/home-platform.svg') no-repeat 50% 0;
		background-size: 200px;
	}

	.grid-home-integration {
		background: url('images/home-integration.svg') no-repeat 50% 0;
		background-size: 200px;
	}

	.grid-home-product:after {
		position: absolute;
		top: 0;
		left: 100%;
		content: '';
		width: 3px;
		height: 100%;
		background-color: #eeeeec;
	}

	.grid-home-platform:after {
		background-color: transparent;
	}

	.grid-home-integration:after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 3px;
		height: 100%;
		background-color: #eeeeec;
	}






	.grid-big {
		width: 25%;
		position: relative;
		display: inline-block;
		padding: 100px 0.5em 0.5em 0.5em;
		margin: 0 1.5em 2em 1.5em;
		text-align: center;
	}

	.test-panel:before {
		position: absolute;
		top: 0;
		right: -1.7em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.mwi:after {
		background-color: transparent!important;
	}

	.test-panel:after, .control-panel:after {
		background-color: transparent;
	}

	.grid-big.parked-pages:after {
		background-color: transparent;
	}

	.grid-big.contact-privacy:after {
		background-color: transparent;
	}

	.grid-small {
		width: 15%;
		position: relative;
		display: inline-block;
		padding: 100px 0.5em 0.5em 0.5em;
		margin: 0 1.5em 2em 1.5em;
		text-align: center;
	}

	.managed-dns:before, .customer-care:before, .parked-pages:before, .dedicated-team:before {
		position: absolute;
		top: 0;
		left: -1.5em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.performance:before, .thawte-tile:before {
		position: absolute;
		top: 0;
		right: -1.6em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.contact-privacy:before {
		background-color: transparent;
	}


@media only screen and (min-width: 66.250em)  {

	.brandable:before, .performance:before, .reliable:before, .integration:before, .package:before {
		position: absolute;
		top: -10%;
		right: -1.6em;
		content: '';
		width: 3px;
		height: 120%;
		background-color: #eeeeec;
	}

	.trustwave-tile:before {
		position: absolute;
		top: 0;
		right: -1.6em;
		content: '';
		width: 3px;
		height: 90%;
		background-color: #eeeeec;
	}

	.brandable:after, .performance:after, .reliable:after, .integration:after, .package:after, .package:before, .grid-small:after {
		background-color: transparent;
	}

}


/* Responsive Embedding */

.embed-container { 
	position: relative; 
	margin:1em 0 2em 0;
	padding-bottom: 56.25%; 
	padding-top: 30px; height: 0; 
	overflow: hidden; max-width: 100%; 
	height: auto;
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}




/* Blog */

.rss:before {
	content: "\e624";
	font-family: "opensrs";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
}

ul.blog-cat {
	padding: 0.5em;
	margin: 0;
	background-color: #f6f5ea;
	text-align: center;
}

ul.blog-cat li {
	display: inline-block;
	text-indent: 0;
	font-size: 1em;
}

ul.blog-cat li:before {
	content: '';
	padding: 0;
}

ul.blog-cat li a {
	text-decoration: none;
	border: none;
	font-weight: 400;
	display: block;
	color: #414042;
	opacity: 0.5;
	padding: 0.15em 0.6em;
}

ul.blog-cat li a:hover {
	opacity: 1;
}

.blog li.cat-item-all a, ul.blog-cat li.current-cat a {
	color: #414042;
	opacity: 1;
	background-color: #e4e1d0;
}

.blog article, .archive article {
	width: 100%;
	margin: 1.5em;
	float: none;
}

.blog .entry-header, .archive .entry-header {
	padding: 1em 0 0 0;
}

.blog .entry-summary, .archive .entry-summary {
	padding: 0 0 1em 0;
}

.blog .entry-meta, .archive .entry-meta, .page-template-_home-page-php .entry-meta {
	color: #aaaaa7;
	margin-bottom: 0.5em;
}

p.release-date {
	color: #aaaaa7;
	margin-bottom: 0.5em;
	margin-top: -0.5em;
}

.blog .entry-meta a, .archive .entry-meta a, .page-template-_home-page-php .entry-meta a {
	color: #aaaaa7;
	border-bottom: #ddd 1px solid ;
	font-weight: 400;
}

.blog .entry-meta a:hover, .archive .entry-meta a:hover, .page-template-_home-page-php .entry-meta a:hover {
	opacity: 0.75;
	border-bottom: #eee 1px solid ;
}

.single-format-standard .entry-meta {
	/* background-color: #f6f5ea; */
	color: #aaaaa7;
	margin-bottom: 0.25em;
	min-height: 50px;
}

.single-format-standard .entry-meta .meta-text {
	display: inline-block;
	width: 80%; /* falll back */
	width: calc(100% - 70px);
	vertical-align: middle;
}

.single-format-standard .entry-meta .meta-avatar {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.single-format-standard .entry-meta a {
	color: #aaaaa7;
	border-bottom: #ddd 1px solid ;
	font-weight: 400;
}

.single-format-standard .entry-meta a:hover {
	opacity: 0.75;
	border-bottom: #eee 1px solid ;
}

.single-format-standard .entry-meta img {
	margin: 0 0.5em 0 0;
}

img.single-feature {
	padding-bottom: 1em;
	width: 100%;
}

.single-format-standard .entry-content {
	padding-top: 0;
}

.page-template-_home-page-php .content-area {
	padding: 1.5em 1.5em 0 1.5em;
	max-width: 70em;
}

.page-template-_premium-page-php .content-area {
	max-width: 60em;
}

.page-template-_home-page-php .content-area article {
	background-color: #f6f5ea;
	margin-bottom: 1.5em;
	display: inline-block;
	width: 100%;
	border-bottom: 3px solid #eeeeec;
}

.home-blog-tiles {
	text-align: justify;
	padding-top: 1em;
}

.home-blog-tiles:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.page-template-_home-page-php .content-area .entry-header {
	padding: 1em;
}

.page-template-_home-page-php .content-area h2, .page-template-_home-page-php .content-area p {
	text-align: center;
}

.page-template-_home-page-php .content-area h3.entry-title, .page-template-_home-page-php .content-area h4.entry-title {
	margin: 0;
	text-align: left;
}

.page-template-_home-page-php .content-area h3.entry-title a, .page-template-_home-page-php .content-area h4.entry-title a {
	font-weight: 400;
}

.page-template-_home-page-php .content-area .entry-meta {
	text-align: left;
}

.page-template-_home-page-php .content-area .meta-date:before {
	content: '';
	padding: 0;
}




	.page-template-_home-page-php .content-area article {
		width: 23%;
		vertical-align: top;
	}
	.page-template-_home-page-php .featured-img img {
		width: 100%;
		display: block;
		float: none;
	}

	.page-template-_home-page-php .content-area h4.entry-title {
		min-height: 3.5em;
	}




.blog article:after, .archive article:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eeeeec;
}

.blog article:last-of-type:after, .archive article:last-of-type:after {
	background-color: transparent;
}


a.featured-img img {
	text-decoration: none;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

a.featured-img img:hover {
	opacity: 0.5;
}




.blog article:hover, .archive article:hover {
	background-color: #f6f5ea;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.blog-text {
	padding: 0 1em;
}

.blog-text h2 {
	margin-bottom: 0.25em;
}

.meta-date {
	margin-right: 0.5em;
}

.cat-links {
	margin-right: 0.5em;
}

.tag-links {
	margin-right: 0.5em;
}

.meta-date:before {
	content: '\f133';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
}

.cat-links:before {
	content: '\f07c';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
}

.tag-links:before {
	content: '\e60a';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
}

a.avatar-card-img  {
	display: block;
	border: none!important;
	margin-bottom: 0;
}

.author-name {
	margin-right: 0.5em;
}

.meta-text {
}


.sharebar {
    background-color:#f6f5ea;
    text-align:center;
    width:100%;
    padding: 0.75em 1em 1em 1em;
    margin: 1em 0 0 0;
}

.sharebar a {
	color: #aaaaa7;
	border-bottom: #ddd 1px solid;
	font-weight: 400;
}

.sharebar a:hover {
	opacity: 0.75;
	border-bottom: #eee 1px solid;
}

.sharebar ul {
	margin: 0;
}

.sharebar li {
	display: inline-block;
	font-size: 1em;
	text-indent: 0;
}

li.facebook, li.twitter {
    margin-left:12%;
}

.sharebar li.mail:before {
    content: '\e62d';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.4em;
	color: #aaaaa7;
}

.sharebar li.twitter:before {
    content: '\e622';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
	color: #aaaaa7;
}

.sharebar li.facebook:before {
    content: '\f082';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
	color: #aaaaa7;
}

.single-format-standard .hentry {
	margin: 0;
}

.page-template-_home-page-php .hentry {
	margin: 0;
}




/* Search, 404 */

.search-results .page-header, .search-no-results .page-header, .error404 .page-header {
	max-width: 50em;
	margin: 0 auto;
}

.search-results .page-header h2, .search-no-results .page-header h2 {
	text-align: center;
	margin-bottom: 0;
}

.error404 .page-header h1 {
	background: url('images/sad.svg') no-repeat 0 50%;
	background-size: 2.125em;
	padding-left: 2.7em;
	margin-bottom: 0;
}

.error404 .content-area h3 {
	margin-bottom: 1em;
}

.search-results .content-area, .search-no-results .content-area, .error404 .content-area {
	max-width: 50em;
}

.error404 .content-area {
	padding: 5em 0;
}

.search-results article.entry-summary {
	position: relative;
}

.search-results article.entry-summary:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #eeeeec;
}

.search-results article.entry-summary:first-of-type:before {
	background-color: transparent;
}

.search-no-results .page-content {
	padding: 5em 0;
}

.search-no-results .page-content h3 {
	text-align: center;
	margin-bottom: 1em;
}

.search-no-results .page-content span, .error404 .page-content span {
	font-size: 150%;
}

.search-no-results .page-content form#search-form, .error404 .page-content form#search-form  {
	text-align: center;
}

.search-no-results .page-content input[type="search"], .error404 .page-content input[type="search"] {
	width: 35%;
	width: calc(100% - 7.5em);
}

.search-no-results .page-content span, .error404 .page-content span {
	font-size: 120%;
}

.error404 .page-header h1 {
	background: url('images/sad.svg') no-repeat 50% 0;
	background-size: 130px;
	padding-top: 4em;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}







#related_posts {
	padding: 0 1.5em;
	margin: 0 1.5em 1.5em 0;
	width: 100%;
	
}

#related_posts:after{
    content: '';
    display: inline-block;
    width: 100%;
}

#related_posts h3 {
	margin-bottom: 1em;
}

.relatedtile {
	position: relative;
	width: 45%;
	margin-bottom: 1.5em;
	display: inline-block;
	vertical-align: top;
}

.relatedthumb, .relatedcontent {
	text-align: center;
	display: block;
}

.relatedcontent a {
	color: #aaaaa7;
	border-bottom: #ddd 1px solid;
	font-weight: 400;
	line-height: 1.2;
}

.relatedcontent a:hover {
	opacity: 0.75;
	border-bottom: #eee 1px solid;
}

.relatedthumb a {
	text-decoration: none;
	border: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.relatedthumb a:hover {
	opacity: 0.5;
}



	.relatedtile, .relatedtile:nth-child(even) {
		width: 22%;
	}

	.relatedtile:last-child {
		margin-right: 0;
	}






	ul.blog-cat {
		padding: 0.75em;
	}

	ul.blog-cat li {
		font-size: 1.1em;
	}

	ul.blog-cat li a {
		padding: 0.4em 1em;
	}

	.author-name {
		display: inline-block;
	}

	.blog article, .archive article {
		display: block;
	}

	.featured-img img {
		width: 25%;
		display: block;
		float: none;
	}

	.blog .content-area, .archive .content-area, .single-format-standard .content-area {
		margin-top: 1em;
	}

	.blog-text {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.blog .entry-header, .archive .entry-header {
		padding: 0;
	}

	.blog article:hover, .archive article:hover {
		background-color: transparent;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}

	.blog-text {
		padding: 0;
	}


	.sticky .featured-img img {
		width: 50%;
		display: block;
		float: none;
		margin-bottom: 2em;
	}

	.sticky .blog-text {
		width: 100%;
		float: none;
		margin-left: 1.75em;
		padding: 0;
		margin-top: 0;
	}










/*  Pagination */


.pagination {
	background-color: #f6f5ea;
	margin: 0 1.5em 2em 1.5em;
	text-align: center;
	padding: 0.5em 0;
}

.pagination ul.pagination-ul {
	margin: 0 0 0 4px;
}

.pagination ul.pagination-ul li {
	display: inline-block;
	text-indent: 0;
	margin-left: -4px;
	position: relative;
}

.pagination ul.pagination-ul li:before {
	content: '';
	padding-right: 0;
}

.pagination ul.pagination-ul li a {
	text-decoration: none;
	border: none;
	padding: 0.3em 0.4em;
	display: block;
	font-weight: 400;
	color: #414042;
	opacity: 0.5;
}

.pagination ul.pagination-ul li a:hover {
	opacity: 1;
}

.pagination ul.pagination-ul li.active a {
	background-color: #e4e1d0;
	opacity: 1;
}

.pagination ul.pagination-ul li.page-prev a {
	padding-left: 0.75em;
}

.pagination ul.pagination-ul li.page-next a {
	padding-right: 0.75em;
}

.pagination ul.pagination-ul li.page-prev:before, .pagination ul.pagination-ul li.page-next:before {
	position: absolute;
	opacity: 0.5;
}

.pagination ul.pagination-ul li.page-prev:before {
	content: '\e62e';
	left: 0;
	top:0.3em;
}

.pagination ul.pagination-ul li.page-next:before {
	content: '\e62f';
	right: 0;
	top:0.3em;
}

.pagination ul.pagination-ul li.page-prev:hover:before, .pagination ul.pagination-ul li.page-next:hover:before {
	opacity: 1;
}





/*    Jump Links    */


.jump {
	background-color: #e3e0ce;
}

ul.jump-links {
	margin: 0;
	padding: 0.75em;
	max-width: 80em; 
	margin: 0 auto;
	text-align: center;
}

.jump-links li {
	list-style: none;
	display: inline-block;
	position: relative;
	text-indent: 0;
	font-size: 1.1em!important;
}

.jump-links li:before {
	content: ''!important;
	padding-right: 0;

}

.jump-links li a {
	color: #41403e;
	opacity: 0.5;
	border-bottom: none;
	font-weight: 400;
	margin-right: 1em;
}

.jump-links li a:hover {
	opacity: 1;
}

.jump-links li a:before {
	content: '\e631';
	font-family: 'opensrs';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.25em;
}





/* Bread Crumb  */ 


.breadcrumb-wrapper {
	background-color: #f6f5ea;
	background-color: #e3e0ce;
	margin: 0;
}


ul.breadcrumbs {
	padding: 0.5em 0;
	margin: 0 3%;
	text-align: center;
}

ul.breadcrumbs li {
	display: inline-block;
	text-indent: 0;
	font-size: 1em;
	margin-right: 0.5em;
	color: #aaa;
}

ul.breadcrumbs li:before {
	padding-right: 0.25em;
}

ul.breadcrumbs li:first-of-type:before {
	content: '';
}

ul.breadcrumbs li a {
	text-decoration: none;
	border: none;
	font-weight: 400;
	color: #414042;
	opacity: 1;
}

ul.breadcrumbs li a:hover {
	opacity: 0.5;
}





/* FormStack Overrides */

.fsForm {
	font: 0.9em/1.4 "interface", sans-serif!important;
	background-color: #f6f5ea;
	max-width: 650px;
	margin-top: 0;
}

.fsForm .fsLabel {
	font-weight: 400;
	font-size: 1.5em!important;
}

.fsForm .fsSupporting {
	color: #777;
	font-size: 1em!important;
}

.fsForm .fsFieldRow input[type=text], .fsForm textarea {
	border: 1px solid #ddd!important;
	background-color: #fff!important;
	background-image: none!important;
	color: #555!important;
	padding: 0.5em!important;
	font-size: 1.5em!important;
	line-height: 18px!important;
	font-weight: 400!important;
	margin: 0.5em 0!important;
	width: 100%!important;
	}

.fsForm	input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ie-appearance: checkbox;
	-o-appearance: checkbox;
	appearance: checkbox;
	box-sizing: border-box;
	margin: 1em 0.5em 0 0;
}

.fsForm	input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	-ie-appearance: radio;
	-o-appearance: radio;
	appearance: radio;
	box-sizing: radio;
	margin: 1em 0.5em 0 0;
}

select.fsField {
	-webkit-appearance: menulist;
	margin: 0.5em 0;
	border: 1px solid #ddd!important;
	color: #555!important;
	font-size: 1.25em!important;	
}

.fsForm p {
	margin: 0.5em 0;
}


.fsForm .fsPagination {
	text-align: left;
	margin: 0;
}

.fsSubmit input.fsSubmitButton {
	line-height: 1.4!important;
	padding: .6em 1em!important;
	font-size: 1.2em!important;
	clear: both;
	width: 100%!important;
	margin: 0!important;
}

.fsForm .fsPagination {
	text-align: center!important;
	margin: 0 1em!important;
}

.fsError {
	width: 100%!important;
	max-width: 40em;
	margin: 15px auto;
	font-size: 1em!important;
	background-color: #fee;
	color: red!important;
	border: none!important;
	padding: 10px;
	clear: both;
	text-align: center;
}

legend.fsLabel.fsRequiredLabel {
	font-size: 1.2em!important;
}

.fsSubField {
	float: none!important;
	margin-right: 0.8em!important;
}

.fsValidationError .fsLabel {
	color: #ba0000;
	padding-left: 0!important;
	background-image: url(../../images/2/validationAlert.png);
	background-image: none!important;
	background-repeat: no-repeat;
	background-position: left bottom;
}

p.formstack {
	margin: 0;
	text-align: center;
}









/* Footer Media Queries */



	ul#menu-footer-menu.footer-navigation {
		text-align: right;
		margin: 0;
		position: absolute;
		top: 1em;
		right: 3em;
	}

	.site-info {
		padding: 1em;
		overflow-y: hidden;
	}

	.site-info p {
		text-align: left;
		margin: 0;
	}


	.uparrow {
		position: absolute;
		background-color: #3eb59a;
		padding: 1em 1em;
		right: 0;
		bottom: 0; 
		max-height: 50px;
	}

	.email-signup {
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em;
		max-width: 39%;
		height: 100%;
	}










	.site-footer {
	}

	.footer-menus {
		margin-left: 1%;
	}

	.footer-menus li {
		display: block;
	}

	.footer-menu-1, .footer-menu-2, .footer-menu-3, .footer-menu-4 {
		max-width: 24%;
		height: 100%;
		float: left;
		min-height: 11em;
		padding-top: 1em;
		margin-right: 1.5%;
	}

	.footer-menu-1 {
		padding-left: 1.5em;
	}

	.email-signup {
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em;
		max-width: 39%;
	}
























/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.page-header,
.entry-header,
.entry-content,
.entry-summary,
.page-footer,
.entry-footer,
.comments-area {
	padding: 1.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}
































/* IE8 SVG Image Fallbacks */


.no-svg .page-template-_home-page-php .hero-parfait {
background: url('images/home-hero2.png') repeat-x 0 100%;
}

.no-svg .grid-home-product {
background: url('images/home-product.png') no-repeat 50% 0;
}

.no-svg .grid-home-platform {
background: url('images/home-platform.png') no-repeat 50% 0;
}

.no-svg .grid-home-integration {
background: url('images/home-integration.png') no-repeat 50% 0;
}

.no-svg .client-tile:after {
background: url('images/globe2.png') no-repeat;
}

.no-svg .page-template-_why-page-php .hero {
background: url('images/globe.png') no-repeat 96% 50%;
}

.no-svg .brandable {
background: url('images/design.png') no-repeat 50% 0;
}

.no-svg .performance {
background: url('images/rocket.png') no-repeat 50% 0;
}

.no-svg .reliable {
background: url('images/check.png') no-repeat 50% 0;
}

.no-svg .integration {
background: url('images/api.png') no-repeat 50% 0;
}

.no-svg .package {
background: url('images/package.png') no-repeat 50% 0;
}

.no-svg .next-platform {
background: url('images/next-platform.png') no-repeat 0 50%;
}

.no-svg .page-template-_offer-page-php .hero {
background: url('images/platform.png') no-repeat 97% 50%;
}

.no-svg .snip-domain {
background: url('images/domain.png') no-repeat 1% 2em;
}

.no-svg .snip-ssl {
background: url('images/ssl.png') no-repeat 1% 2em;
}

.no-svg .snip-email {
background: url('images/email.png') no-repeat 1% 2em;
}

.no-svg .snip-security {
background: url('images/security.png') no-repeat 1% 2em;
}
 
.no-svg .next-integration {
background: url('images/next-integration.png') no-repeat 0 50%;
}

.no-svg .page-template-_domains-page-php .hero {
background: url('images/domain.png') no-repeat 3em 3em;
}

.no-svg .name-suggest {
background: url('images/lightbulb.png') no-repeat 50% 0;
}

.no-svg .managed-dns {
background: url('images/gears.png') no-repeat 50% 0;
}

.no-svg .customer-care {
background: url('images/support.png') no-repeat 50% 0;
}

.no-svg .contact-privacy {
background: url('images/private.png') no-repeat 50% 0;
}

.no-svg .parked-pages {
background: url('images/keys.png') no-repeat 50% 0;
}

.no-svg .dedicated-team {
background: url('images/network.png') no-repeat 50% 0;
}

.no-svg .next-pricing {
background: url('images/next-pricing.png') no-repeat 0 50%;
}

.no-svg .page-template-_ssl-page-php .hero {
background: url('images/ssl.png') no-repeat 3em 3em;
}

.no-svg .next-email {
background: url('images/next-email.png') no-repeat 0 -20px;
}

.no-svg .page-template-_email-page-php .hero {
background: url('images/email.png') no-repeat 3em 3em;
}

.no-svg .protocol {
background: url('images/protocol.png') no-repeat 50% 0;
}

.no-svg .language {
background: url('images/language.png') no-repeat 50% 0;
}

.no-svg .spam {
background: url('images/spam.png') no-repeat 50% 0;
}

.no-svg .storage {
background: url('images/storage.png') no-repeat 50% 0;
}

.no-svg .ui {
background: url('images/ui.png') no-repeat 50% 0;
}

.no-svg .save {
background: url('images/save.png') no-repeat 50% 0;
}

.no-svg .ops {
background: url('images/ops.png') no-repeat 50% 0;
}

.no-svg .solid {
background: url('images/solid.png') no-repeat 50% 0;
}

.no-svg .next-security {
background: url('images/next-security.png') no-repeat 0 -20px;
}

.no-svg .page-template-_security-page-php .hero {
background: url('images/security.png') no-repeat 3em 3em;
}

.no-svg .next-integration {
background: url('images/next-integration.png') no-repeat 0 50%;
}

.no-svg .evaluate {
background: url('images/evaluate.png') no-repeat 50% 1em;
}

.no-svg .negotiate {
background: url('images/negotiate.png') no-repeat 50% 1em;
}

.no-svg .control {
background: url('images/control.png') no-repeat 50% 1em;
}

.no-svg .next-pricing {
background: url('images/next-pricing.png') no-repeat 0 50%;
}

.no-svg .next-ssl {
background: url('images/next-ssl.png') no-repeat 0 -10px;
}

.no-svg .page-template-_integration-page-php .hero {
background: url('images/integration.png') no-repeat 100% 50%;
}

.no-svg .snip-api2 {
background: url('images/api2.png') no-repeat 2% 1em;
}

.no-svg .snip-tools {
background: url('images/plug.png') no-repeat 1.5% 1.5em;
}

.no-svg .snip-hrs {
background: url('images/hrs.png') no-repeat 1% 1.5em;
}

.no-svg .next-contact {
background: url('images/next-contact.png') no-repeat 10px 50%;
}

.no-svg .page-template-_api-page-php .hero {
background: url('images/api2.png') no-repeat 3em 2em;
}

.no-svg .domain-api {
background: url('images/domain-api.png') no-repeat 50% 1em;
}

.no-svg .ssl-api {
background: url('images/ssl-api.png') no-repeat 50% 1em;
}

.no-svg .email-api {
background: url('images/email-api.png') no-repeat 50% 1em;
}

.no-svg .next-documentation {
background: url('images/next-documentation.png') no-repeat 0 -20px;
}

.no-svg .page-template-_plugins-page-php .hero {
background: url('images/plug.png') no-repeat 3em 2em;
}

.no-svg .page-template-_hrs-page-php .hero {
background: url('images/hrs.png') no-repeat 2em 3em;
}

.no-svg h3.documentation-resources {
background: url('images/documentation.png') no-repeat 50% 1em;
}

.no-svg h3.marketing-resources {
background: url('images/marketing.png') no-repeat 50% 1em;
}

.no-svg h3.video-resources {
background: url('images/video.png') no-repeat 50% 1em;
}

.no-svg h3.domain-resources {
background: #f37d27 url('images/domain-resources.png') no-repeat -0.5em 50%;
}

.no-svg h3.email-resources {
background: #f37d27 url('images/email-resources.png') no-repeat -0.5em 50%;
}

.no-svg h3.publishing-resources {
background: #f37d27 url('images/publishing-resources.png') no-repeat -0.5em 50%;
}

.no-svg h3.ssl-resources {
background: #f37d27 url('images/ssl-resources.png') no-repeat -0.5em 50%;
}

.no-svg h3.hrs-resources {
background: #f37d27 url('images/hrs-resources.png') no-repeat -0.5em 50%;
}

.no-svg h3.api-resources {
background: #f37d27 url('images/api-resources.png') no-repeat -0.25em 50%;
}

.no-svg h3.contract-resources {
background: #f37d27 url('images/contract-resources.png') no-repeat -0.5em 50%;
}

.no-svg h3.payment-resources {
background: #f37d27 url('images/payment-resources.png') no-repeat -0.5em 50%;
}

.no-svg .get-started-domain {
background: url('images/domain.png') no-repeat 50% 1em;
}

.no-svg .get-started-ssl {
background: url('images/ssl.png') no-repeat 50% 1em;
}

.no-svg .get-started-email {
background: url('images/email.png') no-repeat 50% 1em;
}

.no-svg .get-started-security {
background: url('images/security.png') no-repeat 50% 1em;
}

.no-svg .control-panel {
background: url('images/panel.png') no-repeat 50% 1em;
}

.no-svg .test-panel {
background: url('images/test.png') no-repeat 50% 1em;
}






/* Additional fixes....*/

.close-btn {
	display: none!important;
}

.tld-logo-tiles .tld-name h2 {
	text-indent: -9999px;
}

.tld-small-tiles .tld-tile {
	width: 30%;
}

.tld-logo-tiles .tld-price h3 {
	display: inline-block;
	margin: 0;
	font-weight: 800;
	font-size: 2em;
}

.sb-search,
.no-js .sb-search {
	width: 287px;
}

.secondary-navigation li {
position: relative;
display: block;
float: right;
}

.secondary-navigation li a {
top: 0;
}








