/*
Theme Name: repeatdx
Theme URI: http://cucumbermarketing.com
Author: Cucumber Marketing Inc.
Author URI: http://cucumbermarketing.com
Description: This theme has been custom developed for RepeatDx by Cucumber Marketing Inc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: repeatdx
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

repeatdx is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

::-moz-selection {
	background: #231F20;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #231F20;
	color: #FFF;
	text-shadow: none;
}
::selection {
	background: #231F20;
	color: #FFF;
	text-shadow: none;
}

body,
button,
input,
select,
textarea {
	color: #404040;
        color: hsl(0, 0%, 25%);
        font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
        font-size: 1rem;
	line-height: 1.7;
        letter-spacing: .5px;
        font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
        font-family: 'Proxima Nova', sans-serif;
        font-weight: 600;
        color: #333;
        -ms-word-break: break-word;
        word-break: break-word;
        letter-spacing: .7px;
        /*line-height: 1.3;*/
}

h2 {
    line-height: 1.3;
}
h3 {
    text-transform: uppercase;
    color: #FBB038;
}

h4 {
    text-transform: uppercase;
    font-size: 110%;
    margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
        font-weight: 300;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
        font-weight: 300;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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%;
	width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 1em 1.5em;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: hsl(0, 0%, 100%);
    background: #78CDD1; //#231F20;
    /*background: hsla(345, 6%, 13%, 1.0);*/
    border: none;
    /*box-shadow: 1px 1px 2px #333;*/
    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 */
    transition: all .5s ease;

}

.order-button {
    background: #FBB038;
    background: hsla(37, 96%, 60%, 1.0);
    box-shadow: 1px 1px 2px #333;
    color: #fff;
    text-transform: uppercase;
    max-width: 300px;
    float: left;
    overflow: auto;
    margin-right: 40px;
    text-align: left;
}

.order-button:hover {
    /*background: hsla(37, 96%, 60%, 0.9);*/
}

.button-icon {
    background: #fff;
    padding: 5px 18px;
    font-size: 32px;
    width: 65px;
    float: left;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 #FBB038;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.button-icon i {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.order-button:hover .button-icon {
    box-shadow: inset -100px 0px 0 0 #FBB038;
    color: #FFF;
}

.order-button:hover .button-icon i {
    color: #fff;
}

.button-icon i {
    color: #FBB038;
}

.button-text {
    text-align: left;
    width: 150px;
    padding: 25px 5px 20px 20px;
    line-height: 1.2;
    float: left;
}

.order-button a:hover {
    background: #FBB038;
    color: #fff;
}

.telomeres-button {
    background: #231F20;
    background: hsla(345, 6%, 13%, 1.0);
    box-shadow: 1px 1px 2px #333;
    color: #fff;
    text-transform: uppercase;
    max-width: 350px;
    float: left;
    overflow: auto;
}

.telomeres-button .button-icon,
.telomeres-button .icon-dna {
    width: 65px;
    box-shadow: inset 0 0 0 0 #231F20;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.telomeres-button .button-icon {
    padding: 0px 5px 0 13px;
    float: left;
}

.telomeres-button .button-icon i,
.telomeres-button .icon-dna {
    color: #231F20;
    font-size: 38px;
    margin-top: 7px;
    margin-bottom: -7px;
}

.telomeres-button:hover .button-icon {
    box-shadow: inset -100px 0px 0 0 #231F20;
    color: #FFF;
}

.telomeres-button:hover .button-icon i,
.telomeres-button:hover .icon-dna {
    color: #fff;
}

.telomeres-button .button-text {
    width: 250px;
    float: left;
    padding: 15px 2px 10px 20px;
}

.telomeres-button:hover {
    /*background: hsla(345, 6%, 13%, 0.9);*/
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    box-shadow: inset 0 0 0 0 #549396;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*background: hsla(345, 6%, 13%, 0.8);*/
    /*background: #549396;*/
    box-shadow: inset 200px 0px 0 0 #549396;
}

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 {
    background: #000;
    background: hsl(0, 0%, 0%);
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    padding: 8px;
    font-family: 'Proxima Nova', sans-serif;
    color: #333;
    border: 1px solid #ccc;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
        outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px 10px 10px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #78CDD1;
        text-decoration: none;
        transition: color .5s ease;
        font-weight: 700;
}

a:visited {
	color: #549396;
}

a:hover,
a:focus,
a:active {
	color: #70C3C7; //#549396;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
        font-size: 15px;
        font-size: 1rem;
        text-align: center;
        width: 70%;
        background: #231F20;
        color: #fff;
        font-family: 'Proxima Nova', sans-serif;
        height: 60.633px;
        min-height: 60.633px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
        text-align: center;
}

.main-navigation li {
	/*float: left;*/
        display: inline-block;
	position: relative;
        padding: 6px 15px;
/*        padding: .5rem 1.5rem;*/
        margin: 0.67em 0;
}

.main-navigation a {
	display: inline-block;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        color: #fff;
        letter-spacing: .6px;
}

.main-navigation ul ul a {
    /*color: #231F20; //#fff;*/
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
        background: #231F20;
        color: #231F20;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #78CDD1;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
        width: 100%;
}

@media screen and (min-width: 1040px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-block;
                text-align: center;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 999999;
    display: none;
    float: left;
    padding: 0;
    background: #231F20;
    margin-top: 10px;
    padding-left: 20px;
    text-align: left;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 150px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
/*    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);*/
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
/*    background: #313131;
    background: hsl(0, 0%, 19%);*/
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
/*    background: white;
    color: #313131;
    color: hsl(0, 0%, 19%);*/
}

.main-navigation .current_page_ancestor {
    /*background: #4d4d4d;*/
    /*background: hsl(0, 0%, 30%);*/
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
    /*color: #231F20;*/
    /*background: #313131;*/
    /*background: hsl(0, 0%, 19%);*/
} 

@media screen and (max-width: 1040px) {	
    .menu-toggle {
            display: block;
/*            height: 3.75em;*/
            padding: 0 .5em;
            font-weight: 600;
            font-size: 12px;
            font-size: 1.2rem;
            text-decoration: none;
            line-height: 2.7em;
            color: white;
            background: #231F20;
	}
        
        .menu-toggle:hover {
            background: #231F20;
            box-shadow: none;
        }
        
        .menu-toggle:before {
            content: '\f0c9';
            font-family: 'fontawesome';
            padding-right: 10px;
        }
        
	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 1px solid;
		border-top-color: #fff;
		border-top-color: hsla(0, 0%, 100%, .5);
                overflow: auto;
                z-index: 999999;
	}

        .main-navigation {
            min-height: 50px;
        }
        
	.main-navigation ul {
            display: none;
            padding-left: 0;
	}
        
	.main-navigation li { 
		float: none; 
                width: 100%;
                text-align: center;
	}

	.main-navigation li a { 
		padding: 0em 1.7em; 
	}

	.main-navigation li li a { 
		padding-left: 2em; 
	}

	.main-navigation li li li a { 
		padding-left: 4em; 
	}

	.main-navigation li:hover > a {
/*		background: #313131;
		background: hsl(0, 0%, 19%);*/
	}
	
	.main-navigation ul ul,
	.main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
                overflow: auto;
/*		background: #313131;
		background: hsl(0, 0%, 19%);*/
	}
	
	.main-navigation ul ul a { width: 100%; }

	.main-navigation ul a:hover,
	.main-navigation ul ul a:hover {
/*		background: #4d4d4d;
		background: hsl(0, 0%, 30%);*/
	}

	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_item li:hover,
	.main-navigation .current_page_parent .current_page_item > a  {
		color: #fff;
		color: hsl(0, 0%, 100%);
/*		background: #4d4d4d;
		background: hsl(0, 0%, 30%);    */
	}
} // End responsive menu

#language-menu {
    position: relative;
    width: 100%;
}
ul#language-menu.menu ul {
    margin: 0;
    padding: 20px 0 10px;
    width: 168px;
}

#language-menu ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2.5em; //1.5em;
	left: -999em;
	z-index: 99999;
        background: #fff;
        color: #231F20;
        width: 150px;
        padding: 20px;
}

#language-menu li:hover > ul,
#language-menu li.focus > ul {
	left: auto;
        top: auto;
}

#language-menu li {
    list-style-type: none;
    padding-bottom: 5px;
}

#language-menu li:after {
    content: '\f078';
    font-family: 'fontawesome';
    color: #78CDD1;
}

#language-menu li li:after {
    content: '';
}

ul#language-menu {
    list-style-type: none;
}

.language-box ul {
    margin: 0;
    padding: 0;
}

.language-box ul li {
    padding-top: 10px;
}

#language-menu ul li:hover > ul {
    display: block;
}

@media screen and (max-width: 1040px) {	
    #language-menu ul {
	float: none;
	position: absolute;
	top: 0em; //1.5em;
	left: -999em;
	z-index: 99999;
        background: #fff;
        color: #231F20;
        width: 100%;
        padding: 20px;
    }

    ul#language-menu.menu ul {
        margin: 0;
        padding: 10px 0 10px;
        width: 100%;
    }

}
/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/

ul#footer-menu {
    list-style-type: none;
    display: inline;
    margin-top: 0;
}

ul#footer-menu li {
    padding-right: 10px;
    display: inline;
    text-align: left;
    float: left;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.header-background-image, .site-branding {
    /*background: no-repeat center;*/
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed; 
    background-position: center top;
    background-repeat: no-repeat;
}

.header-background-image {
    min-height: 300px;
    box-shadow: 2px 2px 5px #888;
}

.site-branding .title-box {
    background: #fff;
    /*float: left;*/
}    
       
.site-branding {
    padding: 25px 20px 30px;
    padding: 2rem 2rem 3rem;
    text-align: left;
    background-color: #fff;
    background-attachment: fixed;
}

.top-bar {
    margin: 0 auto;
    max-width: 1120px;
    box-shadow: 2px 2px 4px #666;
    display: block;
    float: none;
    clear: both;
    margin-top: 0px;
    overflow: auto;
    background: #231F20;
    height: 60.633px;
    min-height: 60.633px;
}

.site-title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: normal;
    color: #333;
    float: left;
}

.site-title h1 {
    margin: 0;
    padding: 0;
}

.site-logo {
    width: 100px;
    max-width: 100px !important;
}

.page-title {
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 80px;
}

.page-title h1 {
    color: #fff;
    text-align:left;
    max-width: 620px;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}

.site-description {
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 40px 0 10px;
    display: none;
}
.site-description h2 {
    font-weight: 600;
    font-size:32px;
    /*font-size: 2rem;*/
    text-align:left;
    max-width: 620px;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}
                  
.title-box {
    /*max-width: 150px;*/
    width: 15%;
    padding: 10px 5px 5px;
    padding: .7rem .5rem .4rem;
    background: #fff;
    float: left;
    text-align: center;
    min-height: 60.633px;
}

.title-box img {
/*    width: 100px;
    height: 34px;*/
}
                    
.site-branding a { 
    text-decoration: none; 
}

.site-title a { 
    color: #333;
}

.language-box {
/*    max-width: 150px;*/
    width: 15%;
    padding: 5px 5px 5px 0;
    padding: .5rem .5rem .5rem 0;
    background: #fff;
    float: right;
    text-align: center;
    height: 60.633px;
    min-height: 60.633px;
}

.lang-title {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: normal;
    color: #78CDD1;
}

.lang-title {
    margin: .67em 0;
    padding: 0;
}

.lang-title:after {
    content: '\f0d7';
    font-family: 'fontawesome';
    padding-left: 10px;
}

.home-buttons {
    max-width: 1120px;
    margin: 0 auto;
    float: none;
    clear: both;
    padding-top: 80px;
    padding-bottom: 40px;
    display: none;
}

.home-buttons button {
    /*max-width: 300px;*/
    text-align: left;
    padding: 20px;
}

.home-buttons input[type="button"],
.home-buttons input[type="reset"],
.home-buttons input[type="submit"] {
    padding: 1em 2em;
    font-size: 18px;
}

/********************************
* Home Buttons Menu *
********************************/

.home-buttons ul {
    text-align: left;
    list-style: none; 
    padding-left: 0;
}

.home-buttons ul li {
    float: left;
    position: relative;
    display:  inline; 
    background: #FBB038;
    padding: 0px;
    margin-right: 20px;
    box-shadow: 1px 1px 2px #333;
    height: 68px;
}
.home-buttons ul li:first-child + li {
    background: #231F20;
}
.home-buttons ul li:nth-child(2) {  
    background: #231F20;
}

.home-buttons ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px 20px 20px 0;
    position: relative;
    top: 20px;
    line-height: 1;
}

.home-buttons li a:before {
    display: inline-block;
    padding: 20px 20px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 28px;
    background: #fff;
    color: #FBB038;
    -webkit-font-smoothing: antialiased;
    content: '\f044';
/*    float: left;*/
    margin-right: 20px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: relative;
    top: -20px;
}

.home-buttons .icon-dna {
    /*display: inline;*/
    height: 68px;
    padding: 16px 16px;
    /*vertical-align: top;*/
    font-family: 'rdx';
    font-size: 36px;
    position: relative;
    top: -20px;
    background: #fff;
    color: #231F20;
    -webkit-font-smoothing: antialiased;
    float: left;
    margin-right: 20px;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

@-moz-document url-prefix() { 
  .home-buttons .icon-dna {
     top: 0;
  }
}
/*
.ie-buttons .icon-dna {
    position: relative;
    top: -10px;
}*/

.home-buttons li .icon-dna {
    display: none;
}

.home-buttons li:nth-child(2) a:before {
    display: none;
}

.home-buttons li:nth-child(2) .icon-dna {
    display: block;
}

.home-buttons li:first-child + li a:before {
    color: #231F20;
}
.home-buttons li:nth-child(2) a:before {
    color: #231F20;
}

.home-buttons li:hover > a:before {
    box-shadow: inset -100px 0px 0 0 #FBB038;
    /*background: #21759b;//#FBB038;*/
    color: #FFF;
}

.home-buttons li:nth-child(2):hover .icon-dna {
    box-shadow: inset -100px 0px 0 0 #231F20;
    color: #FFF;
}

@media only screen and (max-width: 673px) {
    .home-buttons ul li {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 437px) {
    .home-buttons ul li:nth-child(2) a {
        top: 10px;
        line-height: 0;
        font-size: 14px;
    }
    
    .home-buttons .icon-dna {
        top: -10px;
    }
}

/*
.button-icon {
    background: #fff;
    color: #fff; //#FBB038;
    padding-right: 20px;
    font-size: 26px;
}*/

/* Header responsive */
@media screen and (max-width: 1040px) {
    .site-branding { padding: 0; margin: 0; }
    
    .header-background-image, .site-branding {
/*        background: no-repeat center;
        background-size: 1600px !important;
        -moz-background-size: 1600px !important;
        -webkit-background-size: 1600px !important;*/
        background-attachment: scroll; 
    }
    
    .top-bar {
        overflow: auto;
        box-shadow: none;
        height: auto;
    }
    
    .title-box {
        width: 100%;
        margin: 0;
        padding: 15px;
        padding: 1rem;
        border: none;
    }
    
    .title-box img {
        width: 150px;
        height: 51px;
    }
    
    .site-logo {
        max-width: 150px !important;
    }
    
    .language-box {
        width: 100%;
        background: #f8f8f8;
    }
    
    .main-navigation {
        height: auto;
        width: 100%;
    }
    
    .site-description{
        padding: 40px 20px 10px;
        margin-top: 0px;
    }
    .home-buttons {
        padding: 20px;
        overflow: auto;
    }
    
    .page-title {
        padding: 0 20px 40px;
    }
}

@media screen and (max-width: 650px) {
    .home-buttons .order-button, .home-buttons .telomeres-button {
        margin-bottom: 20px;
    }
    
    .home-buttons {
        padding-bottom: 10px;
    }
}
      

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
        margin-bottom: .5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 2em;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    background: #ededed;
    padding: 20px 40px 40px;
}

.widget-title {
    margin-bottom: 1em;    
    font-size: 18px;  
}

.widget a {
    font-weight: 700;
    color: #000;
    color: hsl(0, 0%, 0%);
}

.widget ul,
.widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none;
}

.widget li { padding: 1em 0 0; }

.widget li ul,
.widget li ol { margin-top: 0; }

.widget li li { margin-left: 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
	width: 100%;
        outline: none;
}

.widget select:focus {
    outline: none;
}

/* Search widget */

.widget_search {
    padding: 0px;
}
.widget_search .search-submit {
	display: none;
}

.widget_search input[type="search"] {
    box-sizing: border-box;
    width: 100%;
    background: #ededed;
    padding: 10px;
    border: none;
}

.widget_categories ul {
    padding-top: 1em;
}
.widget_categories li {
    padding: 5px 0px 0px;
    padding: .5em 0px 0px;
}

.widget_categories li:before {
    content: '\f02e';
    padding-right: 10px;
    font-family: 'fontawesome';
    color: #78CDD1;
}

.widget_categories a {
    color: #78cDD1;
    font-size: 16px;
}

.widget_categories a:hover {
    color: #231F20;
}

/*.footer-widgets { margin: 0 auto; }

.footer-widgets .widget-title,
.footer-widgets .widget a:hover {
    color: #fff;
    color: hsl(0, 0%, 100%);
    border-color: #fff;
    border-color: hsl(0, 0%, 100%);
}

.footer-widgets .widget {
    float: left;
    width: 320px;
    margin: 0 4rem 8rem 4rem;
}*/
   

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##Index and Archive
--------------------------------------------------------------*/

.continue-reading {
    margin: 0 40px;
    margin: 0 4rem;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: #ededed solid 2px; //#FBB038 solid 2px;
}

.continue-reading a {
    color: #FBB038;
}

.continue-reading button {
    background: #78CDD1;
    transition: all ease .5s;
}

.continue-reading button:hover {
    background: #549396;
}

.continue-reading i { margin-left: .5em; }

.taxonomy-description {
    margin: 20px 0;
    font-style: italic;
/*    border-top: 1px solid hsl(0, 0%, 75%);
    border-bottom: 1px solid hsl(0, 0%, 75%);*/
}

.search-form {
    margin-bottom: 40px;
}
.search-submit {
    margin-top: 20px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
article.post {
    margin-bottom: 70px;
}

.single article.post {
    margin-bottom: 0px;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.entry-title {
    /*color: #78CDD1;*/
    font-size: 36px;
}

.format-standard .entry-title {
    font-size: 28px;
}

.entry-title a {
    color: #231F20;
}

h1.entry-title {
    margin-bottom: .3em;
    line-height: 1.3;
    padding-top: 20px;
}

h2.entry-title {
    margin-bottom: .3em;
}

.archive-title {
    margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.byline {display: inline;}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-meta {
    font-size: 14px;
    color: #78CDD1;
    text-transform: uppercase;
    letter-spacing: .8px;
}

.entry-meta a {
    color: #78CDD1;
    font-weight: 400;
    transition: all ease .5s;
}

.entry-meta a:hover {
    color: #666;
}

.entry-footer {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.entry-footer .cat-links, 
.entry-footer .tags-links, 
.entry-footer .edit-link {
    padding-right: 20px;
}

/* Post Navigation */

.posts-navigation {
    padding: 0 0px;
}
.post-navigation {
/*    background: #f8f8f8;*/
    padding: 20px;
    float: none;
    clear:both;
}
.nav-links {
    margin-top: 20px;
    background: #ededed;
}
.nav-links a {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    font-size: 12px;
    padding-bottom: 20px;
    line-height: 1;
}

.nav-previous, .nav-next {
    padding-bottom: 20px;
}
.nav-previous:before {
    content: '\f053';
    padding-right: 20px;
    font-family: 'fontawesome';
    color: #78CDD1;
}

.nav-next:after {
    content: '\f054';
    padding-left: 20px;
    font-family: 'fontawesome';
    color: #78CDD1;    
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.format-link {
    /*background: #f8f8f8;*/
}

.format-link .entry-content {
    margin-top: 0em;
    border-bottom: #ededed solid 2px;
    margin-right: 20px;
    padding-bottom: 20px;
}

.single .format-link .entry-content {
    border-bottom: none;
    padding-bottom: 0;
}

.format-link h2.entry-title:before {
    font-family: 'fontawesome';
    content: '\f0c1';
    color: #78CDD1;
    font-size: 24px;
    padding-right: 20px;
}

.format-link .entry-title {
    border-top: 0px solid #78cDD1;
    padding-top: 0px;
    font-size: 24px;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-navigation {
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;  
}

.comment-navigation i {
    margin: 0 1em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-title {
    font-weight: 600;
    font-size: 28px;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children { list-style-type: none; }

.comment-list ol { margin-left: 50px; }

.comment-meta { margin-bottom: 1em; }

.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-author .fn {
    font-weight: 900;
    font-size: 20px;
}

.comment-metadata {
    font-size: 14px;
}

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 70px; }

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content ol { margin-left: 1.5em; }

.reply {
    font-weight: 600;
    font-size: 14px;
}

.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: #ededed;
    border: none;
}
  

/* Comments responsive */
@media screen and (max-width:600px) {    
    .comment-list ol { margin-left: 0; }
    
    .comment-content ol { margin-left: 1.5em; }
    
    .comment-content,
    .reply { margin-left: 0; }
}

/* Comment form */


.comment-reply-title {
    margin-bottom: .5em;
    font-weight: 600;
    font-size: 21px;
}

.comment-form {
    padding-bottom: 40px;
    padding-bottom: 4rem;
    font-size: 16px;
}

.comment-form textarea {
    font-size: 18px;
    padding: 20px;
}

.comment-form label { display: block; }

.required { color: red; }

.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */
    padding: 5px 10px;
    padding: .5rem 1rem;
    margin: 10px 0;
    margin: 1rem 0;
    font-size: 16px;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #78CDD1;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.small-index-thumbnail { 
    margin-top:.5em;
    margin-bottom: 1em;
}

/*--------------------------------------------------------------
## 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 {
    padding: 0.8075em 1em;
    font-size: 14px;
    font-size: 1rem;
    font-family: 'Proxima Nova', sans-serif;
    background: #ededed;
}

/*--------------------------------------------------------------
## 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 {
	display: block;
}

/*--------------------------------------------------------------
## Footer Navigation
--------------------------------------------------------------*/
.site-map {
    background: #ededed;
    margin-bottom: 0;
    border-bottom: #78CDD1 solid 4px;
    padding-top: 5px;
}

.footer-navigation {
	clear: both;
	display: block;
        max-width: 880px;
        font-family: 'Proxima Nova', sans-serif;
        margin: 0 auto;
        text-align: center;
}

.footer-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer-navigation li {
        display: inline-block;
        padding: 10px 20px;
        padding: .7rem 1.5rem;
}

.footer-navigation a {
	display: block;
	text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        color: #231F20;
        font-size: 14px;
}

.footer-navigation a:hover {
    color: #78cDD1; //#549396;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
    padding: 1em;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background-color: #231F20;
}

.site-footer a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    font-weight: 400;
}

.site-footer a:hover {
    color: #78CDD1;
}


.footer-wrapper {
    max-width: 1120px;
    margin: 0 auto;
}

.site-info { 
    text-align: left;
    float: left;
}

.attribution-link {
    text-align: right;
    float: right;
}

@media only screen and (max-width: 1040px) {
    .site-info { 
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }

    .attribution-link {
        text-align: center;
        float: none;
    }
    
    ul#footer-menu {
        text-align: center;
    }

    ul#footer-menu li {
    float: none;
}

}
     
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/

.accreditation-box {
    padding: 20px 40px;
    background: #d6f0f1; //hsla(183, 49%, 65%, 0.2);
}

.accreditation-box h2 {
   line-height: 1.3;
   font-size: 21px;
}
/*
.accreditation-box h2:before {
    content: '\f0a3';
    font-family: 'fontawesome';
    font-size: 46px;
    float: left;
    margin-top: -5px;
    padding-right: 20px;
    color: #FBB038;
}*/

.cert {
    float: left;
    clear: right;
    width: 25%;
    padding-top: 15px;
    padding-right: 15px;
}

.cert .icon-award {
    color: #FBB038;
    font-size: 42px;
}

.cert-title {
    float: left;
    clear: right;
    width: 75%;
}

.accreditation-box i {
    color: #FBB038;
}

.accreditation-box i.white-cert {
    color: #fff;
}

.accreditation-box p {
    font-size: 14px;
}

.bottom-content {
    margin-top: 60px;
    margin-bottom: 80px;
}

.bottom-content .right-column {
    margin-top: 0;
}

.signup-box {
    background: #ededed;
    padding: 15px 30px;
    height: auto;
    min-height: 317.067px;
}

.signup-box h2 {
    margin-bottom: 5px;
}

@media screen and (max-width:1090px) {
    .bottom-content {
        padding: 0 20px;
        margin-bottom: 0;
    }

    .accreditation-box {
        padding: 20px;
    }
    
    .signup-box {
        padding: 20px;
    }
    
    .signup-box {
        margin-top: 40px;
    }
     
    .cert {
        width: 10%;
    }

    .cert-title {
        width: 90%;
    }
}

/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-wrap {
    margin: 0 auto;
    max-width: 1120px;
}
.about-70 {
    width: 70%;
    float: left;
    padding-right: 30px;
}

.about-30 {
    width: 30%;
    float: left;
    padding-left: 10px;
}

.accreditations-content {
    /*background: #ededed;*/
    width: 100%;
    /*text-align: center;*/
    /*padding: 20px 30px;*/
    float: none;
    clear: both;
    /*box-shadow: 1px 1px 2px #888;*/
}

.accreditations-content h3 {
    /*margin-left: 4em;*/
    color: #78CDD1;
}

.accreditations-content ul {
    margin-left: 0;
    list-style: none;
}

.accreditations-content li:before {
    content: '\f0a3';
    font-family: 'fontawesome';
    padding-right: 10px;
    color: #78CDD1;
    font-size: 18px;
}

.accreditation-wrap {
    max-width: 960px;
    float: none;
    clear: both;
    margin: 0 auto;
}

.our-licenses {
    background: #ededed;
    padding: 20px 40px 30px 40px;
    float: none;
    clear: both;
    margin-top: 40px;
    overflow: auto;
    box-shadow: 1px 1px 3px #999;
}

.our-licenses .intro p {
    padding-right: 40px;
    line-height: 1.5;
    font-size: 14px;
}

.license-block {
    float: right;
    width: 70%;
}

.our-licenses p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.licenses {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

.license {
    width: 25%;
    float: left;
    clear: none;
    padding: 20px 0px 0px 20px;
    /*padding-right: 20px;*/
}

.license-content h4 {
    line-height: 1.7;
    margin-top: 0;
    font-size: 14px;
    /*color: #78CDD1;*/
}

[data-icon]:before {
    font-family: rdx; /* BYO icon font, mapped smartly */
    content: attr(data-icon);
    speak: none; /* Not to be trusted, but hey. */
    font-size: 16px;
    padding-top: 10px;
    padding-right: 10px;
    color: #78CDD1;
}

/*.license-content h4:before {
    //content: 'a'; //\f0a3'; //url(http://dev.cucumberwebdesign.ca/wp-content/uploads/2015/11/award_icon_teal.png);
    content: '\a';
    font-family: rdx;
    font-size: 12px;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    color: #78CDD1;
    margin-top: -5px;
}*/

.license-content p {
    padding-left: 25px;
    font-size: 13px;
}

.na-wrap {
    background-color: #ededed; //#78CDD1;
    /*color: #fff;*/
    padding: 10px 10px 10px 0;
}

.na-wrap h3 {
    /*color: #fff;*/
    padding-left: 20px;
}

.europe-wrap {
    background-color: #ededed;
    /*border: #78CDD1 solid 4px;*/
    padding: 10px 10px 10px 0;
    width: 100%;
    margin-top: 20px;
}

.europe-wrap h3 {
    padding-left: 20px;
}

.left-33 {
    width: 33%;
    padding: 0 5px;
    text-align: left;
}
.left-50 {
    width: 50%;
    padding-right: 10px;
    text-align: left;
}

.right-50 {
    width: 50%;
    padding-left: 10px;
    text-align: left;
}

.accreditations-content {
    float: none;
    clear: both;
    display: block;
}

.accreditation-wrap {
    float: none;
    clear: both;
}

.our-team {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    float: none;
    clear: both;
    overflow: auto;
}

.our-team h2 {
    text-align: left;
    margin-bottom: 40px;
    color: #231F20;
}

.our-team img {
    width: 300px;
/*    height: 300px;*/
    /*overflow: hidden;*/
    padding-top: 20px;
}

.our-team {
    float: none;
    clear: both;
}

article.profile {
    padding: 0px 0px 20px;
    float: none;
    clear: both;
    /*background: #ededed;*/
    overflow: auto;
    margin-bottom: 20px;
    border-bottom: #ededed solid 2px;
}

.our-team .profile-header {
    width: 30%;
    float: left;
    clear: none;
    padding-right: 20px;
}

.our-team .profile-content {
    width: 70%;
    float: left;
    clear: none;
    padding-left: 20px;
}

.our-team p.position {
    margin-top: 0;
    font-style: italic;
    line-height: 1.2;
}

.our-team h3 {
    line-height: 1;
    color: #78CDD1;
    margin-bottom: 10px;
    padding-top: 3px;
}

.profiles {
    float: none;
    clear: both;
}

.our-team i {
    font-size: 16px;
    color: #231F20;
    padding-right: 10px;
    float: none;
    clear: both;
    padding-bottom: 40px;
}

.profile-footer {
    float: none;
    clear: both;
    display: block;
}

.our-partners {
    background: #d6f0f1; //#78CDD1; // /*background: #ededed;*/
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    float: none;
    clear: both;
    box-shadow: 1px 1px 3px #999;
    color: #fff;
    overflow: auto;
}

.partners {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.our-partners {
    float: none;
    clear: both;
    text-align: center;
}

.our-parters img {
    margin-top: 20px;
}

.our-partners h2 {
    text-align: left;
    margin-bottom: 40px;
    color: #231F20;
}

.intro {
    width: 28%;
    float: left;
}

.intro h2 {
    line-height: 1;
}
.partner {
    width: 24%;
    float: left;
    padding: 20px 60px 40px 0;
    /*padding-right: 20px;*/
}

.partner-header a {
    opacity: .9;
}

.partner-header a:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
## Contact Us Page
--------------------------------------------------------------*/

.address-wrap{
    /*width: 30%;*/
    width: 43%;
    float: right;
    max-width: 1120px;
    margin: 0 auto 20px;
    /*float: right;*/
    /*margin: 0px 0 40px 20px;*/
}

.address-wrap h2:before {
    content: '\f041';
    font-family: 'fontawesome';
    padding-right: 20px;
}

.address-area {
    /*padding: 20px 40px;*/
    background: #d6f0f1; //background: #78CDD1; //#ededed;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    margin-right: 20px;
/*    color: #fff;*/
}

.address-area h4 {
    /*color: #fff;*/
}

.map {
    width: 45%;
    float: left;
/*    background-image: url('http://dev.cucumberwebdesign.ca/wp-content/uploads/2015/11/map.png');
    background-size: 225%;
    background-repeat: no-repeat;
    background-position: 40% 0;*/
    height: 330px;
}

.address {
    width: 55%;
    float: left;
    padding: 5px 10px 0px 30px;
    font-size: 95%;
}

.address a {
    color: #333;
}

@media screen and (max-width: 1159px) { 
    .address-wrap {
        width: 100%;
        float: none;
        padding: 40px;
        margin-left: 0;
    }
    
    .map, .address {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .address-wrap {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
## Order Test Page
--------------------------------------------------------------*/
.order-wrap{
    width: 30%;
    float: right;
    margin: 0px 0 40px 20px;
    /*padding: 10px 30px;*/
    /*border: #231F20 solid 2px;*/
    /*background: #f8f8f8;*/
}

.order-wrap h3 {
    color: #231F20;
}

.order-test-button {
    width: 100%;
    max-width: 336px;
    background: #78CDD1;
    text-align: left;
    overflow: auto;
    /*padding: 20px 40px;*/
    margin-bottom: 5px;
    box-shadow: 1px 1px 2px #999;
}

.order-test-button:hover {
    /*opacity: 0.9;*/
}

.order-test-button .button-icon {
    background: #FBB038; //#fef7eb; //#fff; //#549396;
    padding: 10px 15px 5px 25px;
    font-size: 32px;
    width: 75px;
    float: left;
    overflow: auto;
    box-shadow: inset 0 0 0 0 #78CDD1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.order-test-button:hover .button-icon {
    box-shadow: inset -100px 0px 0 0 #78CDD1;
    color: #FFF;
}

.order-test-button .button-icon i {
    color: #fff; //#FBB038;
}

.order-test-button:hover .button-icon i {
    color: #fff;
}

.order-test-button .button-text {
    text-align: left;
    width: 200px;
    padding: 25px 0px 20px 20px;
    line-height: 1.2;
    float: left;
}

.order-test-button .button-text h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

/*.order-test-button h5:after {
    content: '\f15c';
    font-family: 'fontawesome';
    padding-left: 20px;
}*/

p.sample-report {
    margin-bottom: .5em;
    margin-top: .5em;
}
.sample-report a {
    color: #231F20;
    font-weight: 400;
}

.sample-report a:before {
    font-family: 'fontawesome';
    content: '\f15c';
    padding-right: 10px;
}

@media screen and (max-width: 920px) {
    .order-wrap {
        width: 100%;
        padding: 40px;
    }
}

/*--------------------------------------------------------------
## What We Do Page
--------------------------------------------------------------*/

.vision {
    background: #ededed; //#78CDD1;
    padding: 20px 40px;
    /*color: #fff;*/
    box-shadow: 1px 1px 3px #999;
}

.vision h2 {
    /*color: #fff;*/
}

.services {
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: auto;
}

.service-info {
    width: 23%;
    float: left;
    padding: 10px 0px 10px;
    /*background: #ededed;*/
    margin: 0px 10px 0;
    border-bottom: #ededed solid 2px;
}

.service-info h4 {
    color: #78CDD1;
    /*text-align: center;*/
}

.service-info h4:before {
    font-family: 'fontawesome';
    padding-right: 20px;
    color: #78CDD1;
    font-size: 32px;
}

.service-info h4.physicians:before {
    /*content: '\f0f0';*/
}

.service-info h4.scientists:before {
    /*content: '\f0c3';*/
}

.service-info h4.patients:before {
    /*content: '\f0c0';*/
}

.service-info h4.clinical:before {
    /*content: '\f080';*/
}

.service-left {
    width: 50%;
    float: left;
    background: #ededed;
}

.service-right {
    width: 50%;
    float: left;
}

.service-info img {
    width: 500px;
    height: 200px;
}

.testinfo {
    background: #78CDD1;
    padding: 40px;
    color: #fff;
    box-shadow: 1px 1px 3px #888;
}

.testinfo-wrap {
    max-width: 1120px;
    margin: 0 auto;
}

.testinfo h2, .testinfo h4 {
    color: #fff;
}

.test-buttons {
    background-attachment: fixed;
    padding: 20px 40px;
    text-align: center;
    display: block;
    overflow: auto;
    max-width:720px;
    margin:0px auto;
}

.error-404 .test-buttons {
    text-align: left;
    max-width: 100%;
    padding: 10px 30px;
}

.test-buttons button {
    margin: 0 20px;
}

.test-buttons button:hover {
    background: #78CDD1;
    opacity: .9;
}

.test-buttons .telomeres-button {
    background: #78CDD1;
    width: 300px;
}

.test-buttons .telomeres-button .button-text {
    width: 220px;
}

.test-buttons .telomeres-button .button-icon {
    box-shadow: inset 0 0 0 0 #78CDD1;
    width: 65px;
}

.test-buttons .telomeres-button .button-icon i,
.test-buttons .telomeres-button .icon-dna {
    color: #78CDD1;
}

.test-buttons .telomeres-button .icon-dna {
    margin-left: -10px;
}

.error-404 .test-buttons .telomeres-button .icon-dna {
    margin-left: 0px;
}

.test-buttons .telomeres-button:hover .button-icon i,
.test-buttons .telomeres-button:hover .icon-dna {
    color: #fff;
}

.test-buttons .telomeres-button:hover .button-icon {
    box-shadow: inset -100px 0px 0 0 #78CDD1;
    color: #FFF;
}

.order {
    background: #FBB038;
}

.test-buttons button.order:hover {
    background: #FBB038;
    opacity: .9;
}


/*--------------------------------------------------------------
## Signup Form
--------------------------------------------------------------*/

/*input.first-name {
    width: 45% !important;
    float: left !important;
}

input.last-name {
    width: 45% !important;
    float: left !important;
}

.field-wrap {
    width: 45% !important;
}*/

input[type=submit].signup-button {
    background:#78CDD1;
    box-shadow: none;
    float: right;
    box-shadow: inset 0 0 0 0 #549396;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

input[type="submit"].signup-button:hover {
    box-shadow: inset 200px 0px 0 0 #549396;
}

.ninja-forms-required-items {
    margin-bottom: 10px;
display: none;
}

#ninja_forms_field_6_div_wrap {
    width: 50%;
    float: left;
    padding-right: 10px;
    /*margin-bottom: 30px;*/
}

#ninja_forms_field_8_div_wrap {
    width: 50%;
    float: left;
}

#ninja_forms_field_9_div_wrap {
    width: 100%;
}

.ninja-forms-form-wrap .list-checkbox-wrap ul label, .ninja-forms-form-wrap .list-radio-wrap ul label {
    font-weight: 300 !important;
}

.widget input.signup-button[type="submit"] {
    float: left;
}

#ninja_forms_field_27_div_wrap  {
    width: 50%;
    float: left;
}

#ninja_forms_field_7_div_wrap {
    width: 50%;
    float: right;
}

.signup-box .field-wrap, #ninja_forms_required_items {
    margin-bottom: 10px !important;
}

.signup-box input[type="text"], input[type="email"] {
    padding: 10px;
}

.ninja-forms-success-msg {
    background: #78CDD1;
    color: #fff;
    padding: 0px 10px;
}

.g-recaptcha {
     -webkit-transform: scale(0.80);
     -moz-transform: scale(0.80);
      -ms-transform: scale(0.80);
       -o-transform: scale(0.80);
          transform: scale(0.80);
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;
}

@media only screen and (max-width: 920px) {
    input[type=submit].signup-button {
    float: left;
}

#ninja_forms_field_6_div_wrap {
    width: 100%;
    float: none;
    padding-right: 0px;
    /*margin-bottom: 30px;*/
}

#ninja_forms_field_8_div_wrap {
    width: 100%;
    float: none;
}

#ninja_forms_field_9_div_wrap {
    width: 100%;
    float: none;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select, .ninja-forms-form-wrap textarea {
    max-width: 100%;
}

#ninja_forms_field_27_div_wrap  {
    width: 100%;
    float: none;
}

#ninja_forms_field_7_div_wrap {
    width: 100%;
    float: none;
}

}

.signup-half {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.mc-field-group {
    margin-top: 10px;
}

.mc-field-group label {
    font-weight: 500;
}

.widget .mc-field-group {
    margin-top: 10px;
}

.widget .button {
   margin-top: 20px; 
}

.signup-email {
    width: 75%;
    float: left;
}

.signup-submit {
    float: right;
    width: 25%;
    text-align: right;
    margin-right: 10px;
    margin-top: -50px;
}

.mce-responses {
    width: 70%;
    float: left;
}

.indicates-required {
    margin-top: 20px;
}

.asterisk {
    color: #F00;
}

@media only screen and (max-width: 720px) {
    .signup-half {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .signup-email {
        width: 100%;
        float: none;
    }

    .signup-submit {
        float: none;
        width: 100%;
        text-align: left;
        margin-right: 10px;
        margin-top: 20px;
    }
}

//ACF Google Map

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/*Jetpack Sharing*/
div.sharedaddy h3.sd-title {
    font-size: 16px !important;
}

/*Responsive Design */

@media only screen and (max-width: 1120px) {
    .bottom-content {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 960px) {
    .order-wrap{
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px;
        padding:0 20px;
    }
    
    .comment-form {
        padding-bottom: 0rem;
    }
}

@media only screen and (max-width: 1025px) {
    .license {
        width: 33%;
    }
}

@media only screen and (max-width: 920px) {
    .our-licenses {
        padding: 20px 20px 30px;
    }
    
    .licenses {
        padding: 0;
    }
}

@media only screen and (max-width: 810px) {
    .license {
        width: 50%;
    }
    
    .test-buttons .order-button {
        margin-bottom: 20px;
    }
    
    .footer-navigation li {
        padding: 5px 10px;
        padding: .3rem .7rem;
    }
}

@media only screen and (max-width: 650px) {
    .license-block {
        float: none;
        width: 100%;
    }
    .intro {
        width: 100%;
    }
    .our-team .profile-header {
        width: 100%;
        float: none;
        padding: 0 20px;
    }

    .our-team .profile-content {
        width: 100%;
        float: none;
        padding: 0 20px;
    }
    
    .partner {
        width: 50%;
        text-align: center;
    }
    
    .test-buttons .order-button, .test-buttons .telomeres-button {
        float: none;
    }
   
    .telomeres-button .button-text {
        font-size: 12px;
        padding-top: 20px;
    }
    
    .test-buttons .order-button .button-text,
    .test-buttons .telomeres-button .button-text {
        font-size: 11px;
    }
    
    .telomeres-button .button-icon,
    .telomeres-button .icon-dna,
    .test-buttons .telomeres-button .button-icon,
    .test-buttons .telomeres-button .icon-dna {
        width: 65px;
    }
    
    .telomeres-button .button-text {
        width: 200px; //75%;
    }
    
    .cert {
        width: 15%;
    }

    .cert-title {
        width: 85%;
    }
    
    .order-test-button .button-icon {
        width: 75px;
    }
    
    .order-test-button .button-text {
        width: 200px;
    }
    
    .order-test-button .button-text h5 {
        font-size: 16px;
    }
    
    .test-buttons .order-button .button-text {
        width: 120px;
    }
    
    .test-buttons .telomeres-button .button-text {
        width: 160px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .license {
        width: 100%;
    }
    .partner {
        width: 100%;
        padding: 20px 0px 40px 0;
        text-align: center;
        /*padding-right: 20px;*/
    }
    
    .partner img {
        max-width: 200px;
    }
    
    .cert {
        width: 20%;
    }

    .cert-title {
        width: 80%;
    }
    
    .test-buttons .telomeres-button {
        width: 240px;
    }
    
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}