Code Beautifier CSS Formatter and Optimiser based on csstidy 1.3 language: en de fr ptAddThis CSS Input CSS-Code:
/*
Theme Name: our Theme
Theme URI: 
Author: our 
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: our
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.

Our theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

~~~INSTRUCTIONS ON BUILT IN FEATURES~~~

our Theme has quite a bit of customization:

A built in 'Back To Top' button - The JS can be found in custom-scripts.js and the CSS is on line 1204 to 1254

A built in 'Mobile Menu' - The JS can be found in custom-scripts.js and the CSS is on line 1113 to 1200

A built in 'Lightbox System' for all images to include image galleries (add a class of 'gallery' to all images you want to be in a gallery together) - The JS can be found in custom-scripts.js.

A built in 'Slick Slider' - The JS can be found @ http://kenwheeler.github.io/slick/

A built in 'Equal Height' - Add a class of 'box' to all columns in a row you want to be equal height.

A built in 'On Hover Menu' - The documentation can be found @ https://kybarg.github.io/bootstrap-dropdown-hover/

*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Custom
    13.1 Navigation
    13.2 Inner Pages
    13.3 Helper Code
    13.4 Plugins
    13.5 Media Calls
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 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 1%;
}

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;
}

:focus {
    outline: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*clear: both;*/
}

p {
    margin-bottom: 1em;
}

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: 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%;
}


/*--------------------------------------------------------------
3.0 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 1.5em;
}

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%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

label {
    display: inline-block;
    font-weight: 700;
    max-width: 475px;
    margin-bottom: 5px;
    width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: none;
}

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 {
    border-color: #aaa #bbb #bbb;
    box-shadow: none;
    border: none;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    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;
    border: 1px solid #ccc;
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 5px;
}

textarea,
select {
    padding-left: 5px;
    width: 100%;
}

/*--------------------------------------------------------------
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-left: auto;
    margin-right: 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.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.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;
}

/*--------------------------------------------------------------
13.4 Plugins
--------------------------------------------------------------*/


/* Added to help with load issues */

.slick-load {
    height: 100vh;
}

.slick-load:after {
    content: '\f110';
    color: #799900;
    display: block;
    font-family: FontAwesome;
    font-size: 72px;
    font-style: normal;
    font-weight: normal;
    left: calc(50% - 36px);
    position: absolute;
    text-decoration: inherit;
    top: calc(50% - 36px);
    z-index: 888;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    visibility: visible;
    opacity: 1;
}

.slick {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    z-index: 889;
}

.slick.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.slick .slick-slide {
    display: none;
}

.slick .slick-slide:first-child {
    display: block;
    visibility: hidden;
}

.slick.slick-initialized .slick-slide {
    display: block;
    visibility: visible!important;
}

/*--------------------------------------------------------------
Desktop Nav
--------------------------------------------------------------*/

.navbar-nav {
    float: right;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

/*--------------------------------------------------------------
Mobile Nav
--------------------------------------------------------------*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #00a49b;
    background-color: transparent;
}

.mobile,
.mobile-navbar {
    display: none;
}

.mobile-navbar {
    border-top: 4px solid #67a930;
    position: fixed;
    background-color: rgba(0, 0, 0, .9);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    padding-top: 100px;
}

/**
 * Controls the menu hamburger
**/

.toggle-section .navbar-toggle {
    border: 0;
    box-shadow: none;
    position: relative;
    text-shadow: none;
    z-index: 999;
}

.toggle-section .navbar-toggle:hover,
.toggle-section .navbar-toggle:focus {
    background-color: transparent;
    color: green;
}

.toggle-section .navbar-toggle .icon-bar {
    background-color: #00a49b;
    height: 4px;
    width: 30px;
    transition: all 0.2s;
}

.toggle-section .navbar-toggle:hover .icon-bar,
.toggle-section .navbar-toggle:focus .icon-bar {
    background-color: #00a49b;
}

.toggle-section .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.toggle-section .navbar-toggle .middle-bar {
    opacity: 0;
}

.toggle-section .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.toggle-section .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.toggle-section .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.toggle-section .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}


/**
 * Controls the back to top button
**/

.btt-top {
    display: inline-block;
    height: 75px;
    width: 75px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 164, 155, 1) url(./images/btt-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
}

.btt-top:hover {
    background-color: rgba(0, 164, 155, 1);
}

.btt-top.cd-is-visible,
.btt-top.cd-fade-out,
.no-touch .btt-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.btt-top.cd-is-visible {
    /* The button becomes visible */
    visibility: visible;
    opacity: 1;
}

.btt-top.cd-fade-out {
    /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .btt-top:hover {
    background-color: rgba(268, 68, 35, 1);
    opacity: 1;
}

/*--------------------------------------------------------------
13.2 Inner Pages
--------------------------------------------------------------*/

.innerhero-section {
    margin: 0;
    text-align: center;
    background-color: #00a49b;
    padding: 15px;
}

.innerpage-section {
    margin: 50px auto;
}

.innerpage-section .is-1 {
    max-width: 1250px;
    margin: 0 auto;
}

.innerpage-section p, .innerpage-section a {
    font-size: 18px;
    line-height: 24px;
}

.innerpage-section h4 {
    color: #00a49b;
}

/*--------------------------------------------------------------
CUSTOM
--------------------------------------------------------------*/

body {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

h1 {
    color: #213d85;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 85px;
    line-height: 91px;
    margin: 0 auto 15px auto;
}

h2 {
    color: #2a73a1;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    margin: 0 auto 10px auto;
}

h3 {
    color: #00a49b;
    font-family: 'Oswald', sans-serif;
    font-size: 39px;
    line-height: 45px;
    margin: 0 auto 10px auto;
}

h4 {
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 37px;
    margin: 0 auto 10px auto;
}

h5 {
    color: #00a49b;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 31px;
    margin: 0 auto 10px auto;
}

h6 {
    color: #00a49b;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 31px;
    margin: 0 auto 10px auto;
}

a {
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 31px;
    outline: 0;
    text-decoration: none;
}

a:active,
a:focus,
a:hover,
a:visited {
    color: #00a49b;
    font-family: 'Lato', sans-serif;
    outline: 0;
    text-decoration: none;
}

p {
    color: #282828;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    line-height: 31px;
    margin: 0 auto 15px auto;
}

.btn-white {
    color: #000000;
    background-color: #ffffff;
    border: 0;
    border-radius: 15px;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
    margin: 0 auto;
    text-shadow: none;
    width: 100%;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    color: #ffffff;
    background-color: #000000;
    box-shadow: none;
    text-shadow: none;
}

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

.no-scroll {
    overflow: hidden;
}

.white {
    color: #fff;
}

.navigation-section {
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg.png');
    height: 140px;
    position: relative;
}

.navigation-section .logo {
    z-index: 9;
    position: absolute;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navigation-section .logo img {
    max-width: 180px;
    width: 100%;
    position: absolute;
}

.navigation-section .logo p {
    display: inline-block;
    font-size: 22px;
    line-height: 27px;
    color: #1b3b86;
    margin-left: 190px;
    margin-top: 50px;
}

.navigation-section .desktop-navbar {
    padding: 25px 0;
}

.navigation-section .desktop-navbar nav {
    margin-bottom: 0;
}

.navigation-section .social {
    text-align: right;
}

.navigation-section .social img {
    width: 40px;
    margin-right: 15px;
}

.navigation-section .desktop-navbar nav li a {
    color: #1b3b86;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 5px;
    margin-right: 15px;
}

.navigation-section .desktop-navbar nav li .dropdown-menu a {
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
}

.navigation-section .desktop-navbar .dropdown-menu>.active>a, .navigation-section .desktop-navbar .dropdown-menu>.active>a:focus, .navigation-section .desktop-navbar .dropdown-menu>.active>a:hover {
    color: #00a49b;
    background-color: transparent;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #00a49b;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navigation-section .desktop-navbar nav li a:hover {
    color: #00a49b;
    background-color: transparent;
}

.navigation-section .desktop-navbar nav .menu-item-36 a {
    background-color: #00a49b;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    border: 1px solid transparent;
    transition: .2s;
}

.navigation-section .desktop-navbar nav .menu-item-36 a:hover {
    background-color: transparent;
    color: #00a49b;
    border: 1px solid #00a49b;
}

.navigation-section .desktop-navbar nav .menu-item-37 a {
    background-color: #2a73a1;
    color: #fff;
    font-weight: normal;
    padding: 5px 15px;
    border: 1px solid transparent;
    transition: .2s;
}

.navigation-section .desktop-navbar nav .menu-item-37 a:hover {
    background-color: transparent;
    color: #2a73a1;
    border: 1px solid #2a73a1;
}

.home .hero {
    position: relative;
}

.home .hero .slick-list {
    width: 100%;
}

.home .hero .fancy-turtle {
    position: absolute;
    bottom: -20%;
    left: 0;
}

.home .section-2 {
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg.png'), url('/wp-content/uploads/2018/08/sec-1-bg-turtle.png');
    background-repeat: repeat, no-repeat;
    background-position: center, 97% 8%;
    padding: 200px 0 100px;
    border-top: 20px solid #00a49b;
}

.home .section-2 h3 {
    color: #213d85;
}

.home .section-2 .content, .home .section-2 img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home .section-2 .content {
    max-width: 935px;
    margin: 0 auto;
}

.home .button img {
    float: left;
    margin-right: 10px;
    top: 0;
    transform: none;
}

.home .section-2 .button p {
    color: #00a49b;
}

.home .button p {
    line-height: 27px;
    font-style: italic;
    margin-left: 10px;
}

.home .section-2 h2 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.home .section-2 .content p {
    margin-bottom: 30px;
}

.home .section-3 {
    background-color: #213d85;
    padding: 85px 0;
}

.home .section-3 .content, /*.home .section-3 .video-wrapper*/ {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home .section-3 .inner-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home .section-3 .content {
    max-width: 700px;
    margin: 0 auto;
}

.home .section-3 h2 {
    font-weight: normal;
}

.home .section-3 .video-wrapper {
    position: relative;
}

.home .section-3 .play-btn {
    position: absolute;
    top: calc(50% - 59px);
    left: calc(50% - 55px);
}

.home .section-3 .play-btn:hover {
    cursor: pointer;
}

.home .section-3 .video-wrapper .takeover {
    background-color: rgba(0,0,0,0.6);
    height: 100vh;
    left: 0;
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
}

.home .section-3 .video-wrapper .takeover img {
    position: absolute;
    right: 10%;
    top: 5%;
    cursor: pointer;
}

.home .section-3 .video-wrapper iframe {
    display: none;
}

.home .section-3 .video-wrapper iframe.popout {
    display: block;
    left: calc(50% - 37vw);
    max-width: 74vw;
    width: 100%;
    position: fixed;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    z-index: 9999;
}

.home .section-3 .button p {
    line-height: 34px;
}

.home .section-4 {
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg.png');
    padding: 100px 0;
    text-align: center;
}

.home .section-4 .row:last-of-type {
    margin-top: 50px;
}

.home .section-4 .wrapper {
    border: 15px solid #00a39b;
    border-radius: 50%;
    height: 285px;
    width: 285px;
    margin: 0 auto;
}

.home .section-4 .wrapper .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.home .section-4 .wrapper .content h2 {
    font-size: 55px;
    line-height: 1;
}

.home .section-4 .wrapper .content p {
    text-transform: uppercase;
    font-weight: bold;
    color: #2a73a1;
    font-size: 17px;
    line-height: 22px;
    padding: 0 20px;
}

.home .section-5 {
    background-color: #00a49b;
    text-align: center;
    padding: 75px 0;
	border-top: 5px solid white;
}

.home .section-5 .title {
    margin-bottom: 50px;
}

.home .section-5 .left {
    display: inline-block;
    text-align: right;
}

.home .section-5 .left h3 {
    margin-bottom: 0;
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
    font-family: "Lato", serif;
    font-style: italic;
}

.home .section-5 .left h2 {
    font-size: 65px;
    line-height: 1;
    font-family: "Oswald", serif;
    font-weight: normal;
    margin-bottom: 0;
}

.home .section-5 .right {
    display: inline-block;
}

.home .section-5 .right h1 {
    font-size: 160px;
    line-height: 1;
    margin-bottom: 0;
}

.home .section-5 .news-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.home .section-5 .tile {
    background-color: #2a73a1;
    max-width: 425px;
    display: inline-block;
    margin: 25px;
    white-space: normal;
    text-align: center;
    padding: 20px;
}

.home .section-5 .tile .content {
    text-align: left;
    padding: 20px;
}

.home .section-5 .tile .content  p:nth-of-type(3) {
    height: 65px;
}

.home .section-5 .tile .content h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home .section-5 .tile .content p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.home .section-5 .tile .button img {
    max-width: 20px;
}

.home .section-5 .tile .button p {
    margin-bottom: 0;
    line-height: 20px;
}

.home .section-5 .tile .post-img {
    position: relative;
}

.home .section-5 .tile .post-img .date {
    position: absolute;
    bottom: -17px;
    right: 0;
}

.home .section-5 .tile .post-img .date .day {
    background-color: #1c4d78;
    font-size: 35px;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
    padding: 8px;
    width: 60px;
    float: right;
    margin-bottom: 5px;
}

.home .section-5 .tile .post-img .date .month {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
}

.home .section-5 ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.home .section-5 ::-webkit-scrollbar-track {
    background-color: rgb(20,38,82);
    border: 7px solid transparent;
    background-clip: content-box;
}

/* Handle */
.home .section-5 ::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 1px solid rgb(0,0,0);
}

.home .section-6 {
    padding: 100px 20px 50px;
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg.png');
}

.home .section-6 .inner-container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.home .section-6 .left {
    display: inline-block;
    width: 61%;
}

.home .section-6 .right {
    background-color: #213d85;
    padding: 50px 35px 35px;
    width: 38%;
    float: right;
}

.home .section-6 .right h1 {
    margin-bottom: 0;
}

.home .section-6 .right p {
    margin: 35px 0 50px;
}

.home .section-6 .right .button p {
    line-height: 34px;
    margin: 0;
}

.home .section-6 .collage-wrapper .pic-column {
    margin: 0;
    display: inline-block;
}

.home .section-6 .collage-wrapper .pic-column img {
    display: block;
    width: 100%;
}

.home .section-6 .collage-wrapper .pic-column .img-1, .home .section-6 .collage-wrapper .pic-column .img-3 {
    margin-bottom: 12px;
}

.home .section-6 .collage-wrapper .pic-column:first-of-type {
    width: 47%;
}

.home .section-6 .collage-wrapper .pic-column:last-of-type {
    width: 51.5%;
    float: right;
}

.home .section-6 .collage-wrapper .pic-column .img-4 {
    width: 100%;
}

footer .contact-wrapper {
    margin-top: -6px;
    text-align: center;
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg.png');
    padding: 50px 0;
}

footer .contact-wrapper .content {
    display: inline-block;
    text-align: left;
}

footer .contact-wrapper .content img {
    margin-right: 15px;
}

footer .contact-wrapper .content p {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    color: #00a49b;
    font-family: 'Oswald', serif;
}

footer .contact-wrapper .content a {
    color: #00a49b;
    font-family: 'Oswald', serif;
}

footer .contact-wrapper .content a:hover {
    color: #213d85;
}

footer .bottom-bar {
    background-color: #213d85;
    height: 115px;
    position: relative;
}

footer .logo {
    position: absolute;
    top: calc(50% - 45px);
}

footer .logo p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

footer .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Oswald', serif;
    text-transform: uppercase;
}

footer .navbar-default .navbar-nav>li>a:hover {
    color: #00a49b;
}

footer .navbar-default .navbar-nav .dropdown-menu li a {
    color: #213d85;
    background-color: transparent;
    font-size: 20px;
    line-height: 25px;
    font-family: "Oswald", serif;
    font-weight: bold;
}

footer .navbar-default .navbar-nav .dropdown-menu li a:hover {
    color: #00a49b;
    background-color: transparent;
}

footer .social {
    position: absolute;
    right: 0;
    top: calc(50% - 22.5px);
}

footer .social img {
    width: 45px;
}

footer .social img:first-of-type {
    margin-right: 10px;
}

footer #primary-bootstrap-menu {
    margin-bottom: 0;
    display: inline-block;
    float: right;
    margin-top: 30px;
}

footer #primary-bootstrap-menu #primary-navigation {
    margin-right: 100px;
}

.adopt .hero {
    height: 600px;
    background-color: #213d85;
    border-bottom: 20px solid #00a49b;
    border-top: 60px solid #00a49b;
    position: relative;
}

.adopt .hero img {
    position: absolute;
    top: 0;
    right: 0;
    width: 1235px;
}

.adopt .hero h2 {
    color: #00a49b;
}

.adopt .hero .content {
    max-width: 550px;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 17%;
}

.adopt .main-section {
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg.png');
}

.adopt .main-section .section-1 {
    text-align: center;
    padding: 50px 0 50px;
    background-image: url('/wp-content/uploads/2018/08/sec-1-bg-turtle.png');
    background-position: 98% 5%;
    background-repeat: no-repeat;
}

.adopt .main-section .section-1 .tile {
    background-color: #2a73a1;
    max-width: 425px;
    display: inline-block;
    margin: 30px 0 0;
    white-space: normal;
    text-align: center;
    padding: 20px;
}

.adopt .main-section .section-1 .tile .content {
    text-align: left;
    padding: 20px;
}

.adopt .main-section .section-1 .tile .content h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.adopt .main-section .section-1 .tile .content p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.adopt .main-section .section-1 .tile .button img {
    max-width: 20px;
}

.adopt .main-section .section-1 .tile .button p {
    margin-bottom: 0;
    line-height: 20px;
    display: inline-block;
}

.adopt .main-section .section-1 .tile .post-img {
    position: relative;
}

.adopt .main-section .section-1 .tile .post-img .date {
    position: absolute;
    bottom: -17px;
    right: 2px;
}

.adopt .main-section .section-1 .tile .post-img .date .day {
    background-color: #1c4d78;
    font-size: 35px;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
    padding: 8px;
    width: 60px;
    float: right;
    margin-bottom: 5px;
}

.adopt .main-section .section-1 .tile .post-img .date .month {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
}

.adopt .main-section .section-5 {
    text-align: center;
    padding: 50px 0 50px;
}

.adopt .main-section .section-5 .tile .button img {
    max-width: 20px;
}

.adopt .main-section .section-5 .tile .button p {
    margin-bottom: 0;
    line-height: 20px;
    display: inline-block;
}

.adopt .main-section .section-5 form {
    display: inline-block;
    margin-left: 15px;
}
.adopt .main-section .section-5 form .quantity {
    display: inline-block;
}

.adopt .main-section .section-5 form .quantity input {
    width: 45px;
    text-align: center;
    height: 41px;
}

.adopt .main-section .section-5 .tile .price .amount {
    color: #fff;
}

.adopt .main-section .section-5 .tile .content div.button {
    margin-bottom: 25px;
}

.adopt .main-section .section-5 form button[type="submit"] {
    background-color: #213d85;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    line-height: 1;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    border-radius: 0;
    border: 3px solid transparent;
    float: right;
    transition: .2s;
    margin-left: 15px;
}

.adopt .main-section .section-5 form button[type="submit"]:hover {
    background-color: transparent;
    color: #213d85;
    border: 3px solid #213d85;
}

.adopt .main-section .section-5 .tile .screen-reader-text {
    position: relative !important;
}

.adopt .section-5 .news-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.adopt .section-5 .tile {
    background-color: #2a73a1;
    max-width: 425px;
    display: inline-block;
    margin: 25px;
    white-space: normal;
    text-align: center;
    padding: 20px;
}

.adopt .section-5 .tile .content {
    text-align: left;
    padding: 20px;
}

.adopt .section-5 .tile .content  p:nth-of-type(3) {
    height: 65px;
}

.adopt .section-5 .tile .content h4 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.adopt .section-5 .tile .content p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.adopt .section-5 .tile .button img {
    max-width: 20px;
}

.adopt .section-5 .tile .button p {
    margin-bottom: 0;
    line-height: 20px;
}

.adopt .section-5 .tile .post-img {
    position: relative;
}

.adopt .section-5 .tile .post-img .date {
    position: absolute;
    bottom: -17px;
    right: 2px;
}

.adopt .section-5 .tile .post-img .date .day {
    background-color: #1c4d78;
    font-size: 35px;
    color: #fff;
    border-radius: 2px;
    line-height: 1;
    padding: 8px;
    width: 60px;
    float: right;
    margin-bottom: 5px;
}

.adopt .section-5 .tile .post-img .date .month {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
}

.adopt .section-5 ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.adopt .section-5 ::-webkit-scrollbar-track {
    background-color: rgb(42,115,161);
    border: 7px solid transparent;
    background-clip: content-box;
}

/* Handle */
.adopt .section-5 ::-webkit-scrollbar-thumb {
    background-color: #00a49b;
    border: none;
}

.adopt .main-section .section-2 {
    background-image: url('/wp-content/uploads/2018/08/adopt-sec2-turtle.png');
    background-position: left;
    background-repeat: no-repeat;
    padding: 125px 0 50px;
}

.adopt .main-section .section-2 h2 {
    color: #213d85;
    font-family: "Oswald";
}

.adopt .main-section .section-2 hr {
    background-color: #00a49b;
    height: 4px;
    max-width: 460px;
    margin: 20px 0;
}

.adopt .main-section .section-2 .r1 p {
    max-width: 83%;
    margin: 0;
}

.adopt .main-section .section-2 .tile {
    border: 4px solid #213d85;
    display: inline-block;
    text-align: center;
    padding: 20px 10px;
    background-color: rgba(255,255,255,.5);
}

.adopt .main-section .section-2 .tile p {
    color: #00a49b;
    font-family: "Oswald";
    font-weight: bold;
    font-size: 19px;
    margin: 0;
}

.adopt .main-section .section-2 .r2 {
    text-align: center;
    margin-top: 50px;
}

.adopt .main-section .section-2 .product-wrap {
    text-align: left;
    margin-top: 65px;
}

.adopt .main-section .section-2 .product-wrap>p {
    display: inline-block;
    color: #213d85;
    font-weight: bold;
}

.adopt .main-section .section-2 .product-wrap form {
    display: inline-block;
    margin-left: 15px;
}

.adopt .main-section .section-2 .product-wrap .product {
    display: none;
}

.adopt .main-section .section-2 .product-wrap form .quantity {
    display: inline-block;
}

.adopt .main-section .section-2 .product-wrap form .quantity input {
    width: 45px;
    text-align: center;
    height: 41px;
}

.adopt .main-section .section-2 .product-wrap form button[type="submit"] {
    background-color: #213d85;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 25px;
    line-height: 1;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    border-radius: 0;
    border: 3px solid transparent;
    float: right;
    transition: .2s;
    margin-left: 15px;
}

.adopt .main-section .section-2 .product-wrap form button[type="submit"]:hover {
    background-color: transparent;
    color: #213d85;
    border: 3px solid #213d85;
}

.adopt .section-3 {
    background-color: #213d85;
    padding: 100px 0;
}

.adopt .section-3 p {
    color: #fff;
}

.adopt .section-3 img, .adopt .section-3 .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.adopt .section-3 .content {
    margin-left: 30px;
}

.page-template-page-adopt .navigation-section .checkout {
    text-align: right;
    margin-right: 45px;
    margin-top: 30px;
}

.page-template-page-adopt .navigation-section .checkout button {
    font-size: 25px;
    color: #fff;
    background-color: #1b3b86;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Oswald";
    padding: 10px 20px;
    position: relative;
    width: 215px;
    text-align: right;
    z-index: 9;
}

.page-template-page-adopt .navigation-section .checkout button:hover {
    opacity: .8;
}

.page-template-page-adopt .navigation-section .checkout button img {
    width: 35px;
    position: absolute;
    left: 10px;
}

.page-template-page-adopt .navigation-section .desktop-navbar {
    padding: 15px;
}

.press-release {
}

.press-release .tile {
    box-shadow: 0 0 10px #000;
    margin: 30px auto;
    max-width: 1150px;
}

.press-release .tile .image {
    background-position: center; 
    background-size: cover; 
    height: 100%;
}

.press-release .tile .content {
    padding: 15px 15px 15px 0;
}

.press-release .tile .content .button img {
}

.press-release .tile .content .button p {
    display: inline-block;
    color: #00a49b;
    font-style: italic;
}

.press-release .tile .button img {
    width: 20px;
    vertical-align: sub;
}

.single .single-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 35px 15px;
}

.single .single-fluid {
    border-top: 70px solid #00a49b;
}

.single .single-wrapper>img {
    display: block;
    margin: 0 auto 35px;
}

.single .single-wrapper>a {
    color: #00a49b;
}

.single .single-wrapper>a:hover {
    color: #213d85;
}

.page-id-104 .is-1 {
    text-align: center;
}

.page-id-104 .is-1 .content {
    text-align: left;
    display: inline-block;
    max-width: 350px;
    width: 100%;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #00a49b;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border: 2px solid transparent;
    transition: .2s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #00a49b;
    border: 2px solid #00a49b;
}

.page-id-104 form br {
    display: none;
}

.page-id-104 form input[type="submit"] {
    background-color: #00a49b;
    color: #fff;
    font-size: 25px;
    padding: 7px 20px;
    border: 1px solid transparent;
}

.page-id-104 form input[type="submit"]:hover {
    background-color: transparent;
    color: #00a49b;
    border: 1px solid #00a49b;
}

.single-product #main {
    max-width: 1050px;
    width: 100%;
    margin: 50px auto 0;
}

.single-product .panel {
    box-shadow: none;
}

.single-product .related.products, .single-product .product_meta, .single-product .entry-meta {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    display: inline-block;
}

.woocommerce div.product form.cart .button {
    float: none;
    vertical-align: unset;
}

.navbar-collapse.collapse {
    padding: 0;
}

.innerpage-section .featured-img {
    display: block;
    margin: 0 auto 40px;
}

/*--------------------------------------------------------------
13.5 Media Calls
--------------------------------------------------------------*/

@media only screen and (max-width: 1750px) {
    .adopt .hero img {
        width: 45%;
    }
}

@media only screen and (max-width: 1440px) {

    h1 {
        font-size: 70px;
        line-height: 77px;
    }

    h2 {
        font-size: 34px;
        line-height: 40px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
    }

    h5 {
        font-size: 20px;
        line-height: 26px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
    }

    a {
        font-size: 22px;
        line-height: 28px;
    }

    a:active,
    a:focus,
    a:hover,
    a:visited {
        font-size: 22px;
        line-height: 28px;
    }

    p {
        font-size: 22px;
        line-height: 28px;
    }

    .navigation-section {
        /*height: 120px;*/
    }

    .navigation-section .desktop-navbar {
        padding: 44px 0;
    }

    .navigation-section .desktop-navbar nav li a {
        font-size: 22px;
        line-height: 25px;
        margin-right: 10px;
    }

    .navigation-section .logo img {
        max-width: 150px;
    }

    .navigation-section .logo p {
        font-size: 18px;
        line-height: 22px;
        margin-left: 155px;
        margin-top: 40px;
    }

    .home .hero .fancy-turtle {
        width: 35%;
    }

    .home .section-2 {
        padding: 135px 0 60px;
    }

    .home .section-3 .video-wrapper iframe.popout {
        height: 66%;
    }

    .home .section-4 .wrapper {
        height: 250px;
        width: 250px;
    }

    .home .section-5 .tile {
        max-width: 375px;
    }

    .home .section-5 .tile .post-img .date {
        right: 0;
    }

    .home .section-6 .right {
        padding: 25px;
    }

    .home .section-6 .right p {
        margin: 20px 0;
    }

    .home .section-5 .left h2 {
        font-size: 50px;
    }

    .home .section-5 .left h3 {
        font-size: 38px;
    }

    .home .section-5 .right h1 {
        font-size: 125px;
    }

    .adopt .hero img {
        width: 41%;
    }

    .page-template-page-adopt .navigation-section .checkout {
        margin-top: 13px;
    }

    footer .navbar-default .navbar-nav>li>a {
        font-size: 18px;
        padding: 15px 5px;
    }

    footer .logo {
        top: calc(50% - 25px);
    }

    footer .logo img {
        width: 80px;
    }

    footer .logo p {
        font-size: 16px;
        line-height: 19px;
    }

    footer .social img {
        width: 35px;
        margin-top: 5px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1560px;
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    .home .section-6 .left {
        display: block;
        max-width: 950px;
        width: 100%;
        margin: 0 auto 50px;
    }

    .home .section-6 .right {
        float: none;
        max-width: 950px;
        width: 100%;
        margin: 0 auto;
    }

    footer .contact-wrapper .content img {
        width: 50px;
    }

    footer .contact-wrapper .content p, footer .contact-wrapper .content a {
        font-size: 18px;
        line-height: 22px;
    }

    footer .contact-wrapper .content img {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 1199px) {
    .navigation-section .desktop-navbar nav li a {
        font-size: 17px;
        line-height: 19px;
        margin-right: 7px;
    }

    .navigation-section .logo img {
        max-width: 120px;
    }

    .navigation-section {
        /*height: 100px;*/
    }

    .navigation-section .desktop-navbar {
        padding: 35px 0;
    }

    .navigation-section .logo p {
        font-size: 17px;
        line-height: 18px;
        margin-left: 127px;
        margin-top: 33px;
    }

    .home .section-2 .content p {
        margin-bottom: 15px;
    }

    .home .section-2 {
        padding: 100px 0 60px;
    }

    .home .section-4 .wrapper {
        height: 225px;
        width: 225px;
    }

    .home .section-4 .wrapper .content h2 {
        font-size: 40px;
    }

    .home .section-4 .wrapper .content p {
        font-size: 16px;
        line-height: 1;
    }

    footer .logo p {
        font-size: 18px;
        line-height: 22px;
    }

    .page-template-page-adopt .navigation-section .checkout button {
        font-size: 21px;
        width: 192px;
    }

    .page-template-page-adopt .navigation-section .checkout button img {
        width: 28px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 97%;
    }
}

@media only screen and (max-width: 991px) {
    .mobile {
        display: block;
    }
    .navbar-desktop {
        display: none;
    }
    .navbar-default {
        background-color: transparent;
        border: none;
    }
    .navbar-default .navbar-nav {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
        display: block;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px;
        font-size: 25px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        box-shadow: none;
    }
    /* Since v3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #cd862a;
    }

    .mobile,
    .mobile-navbar {
        display: none;
    }

    .mobile-navbar {
        border-top: 7px solid #00a49b;
        position: fixed;
        background-color: rgba(0, 0, 0, .9);
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        padding-top: 100px;
        z-index: 9;
    }

    .navigation-section .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 30px;
        margin: 20px 0;
        padding: 10px;
    }

    .mobile-navbar .mobile-logo {
        width: 185px;
        position: absolute;
        left: calc(50% - 87.5px);
        top: 20px;
        text-align: center;
    }

    .mobile-navbar .mobile-logo p {

    }

    .mobile-navbar .mobile-logo img {
        width: 150px;
    }

    .mobile-navbar #primary-bootstrap-menu {
        margin-top: 120px;
    }

    .navigation-section>.row {
        position: relative;
    }

    .navigation-section .social {
        display: none;
    }

    .desktop-navbar {
    }

    .toggle-section .navbar-toggle {
        margin: 0;
        padding: 0;    
        right: 20px;
    }

    h1 {
        font-size: 42px;
        line-height: 47px;
    }

    h2 {
        font-size: 34px;
        line-height: 39px;
    }

    h3 {
        font-size: 30px;
        line-height: 35px;
    }

    h4 {
        font-size: 25px;
        line-height: 30px;
    }

    p, a {
        font-size: 18px;
        line-height: 23px;
    }

    .navigation-section {
        height: 115px;
    }

    .home .button img {
        float: none;
        display: inline-block;
        margin-right: 0;
        max-width: 30px;
    }

    .home .button p {
        margin-left: 5px;
    }

    .home .section-2 {
        text-align: center;
    }

    .home .section-2 .content {
        margin-top: 40px;
    }

    .home .section-2 .content p {
        display: inline-block;
    }

    .home .section-2 .content, .home .section-2 img {
        top: 0;
        transform: none;
    }

    .home .section-2 h2 {
        margin-bottom: 15px;
    }

    .home .section-3 .content, .home .section-3 .video-wrapper {
        top: 0;
        transform: none;
    }

    .home .section-3 {
        padding: 60px 0;
        text-align: center;
    }

    .home .section-3 .content {
        margin-top: 40px;
    }

    .home .section-3 .button img {
        width: 30px;
    }

    .home .section-3 .button p {
        display: inline-block;
    }

    .home .section-3 .inner-container {
        transform: none !important;
    }

    .home .section-4 .wrapper {
        height: 275px;
        width: 275px;
        margin: 15px auto;
    }

    .home .section-4 .wrapper .content h2 {
        font-size: 50px;
    }

    .home .section-4 .wrapper .content p {
        font-size: 18px;
    }

    .home .section-4 {
        padding: 50px 0;
    }

    .home .section-4 img {
        margin-bottom:  40px;
    }

    .home .section-5 {
        padding: 50px 0;
    }

    .home .section-5 .right h1 {
        font-size: 100px;
    }

    .home .section-5 .left h3 {
        font-size: 30px;
    }

    .home .section-5 .left h2 {
        font-size: 40px;
    }

    .home .section-5 .tile {
        max-width: 300px;
    }

    .home .section-5 .tile .content {
        padding: 20px 0 0;
    }

    .home .section-5 .tile .button p {
        display: inline-block;
    }

    .home .section-6 {
        padding: 50px 20px;
        text-align: center;
    }

    .home .section-6 .right .button p {
        display: inline-block;
        margin-left: 5px;
    }

    footer .contact-wrapper {
        padding: 0 0 50px;
    }

    footer .contact-wrapper .content {
        width: 288px;
        margin: 10px 0;
    }

    footer .navbar-nav>li {
        display: inline-block;
    }

    footer .bottom-bar {
        height: 100%;
        text-align: center;
        padding: 15px 0;
    }

    footer .logo {
        position: relative;
        text-align: center;
    }

    footer #primary-bootstrap-menu {
        float: none;
        margin-top: 0;
        text-align: center;
    }

    footer .navbar-default .navbar-nav>li>a {
        font-size: 20px;
    }

    footer #primary-bootstrap-menu #primary-navigation {
        margin-right: 0;
    }

    footer .social {
        display: block;
        position: relative;
    }

    .adopt .hero img {
        width: 48%;
    }

    .adopt .main-section .section-2 {
        padding: 50px 0 50px;
    }

    .adopt .main-section .section-5 {
        padding: 20px 0 50px;
    }

    .adopt .section-5 .tile {
        max-width: 300px;
    }

    .adopt .section-5 .tile .content {
        padding: 20px 0 0;
    }

    .adopt .section-5 .tile .button p {
        display: inline-block;
    }

    .adopt .main-section .section-5 form button[type="submit"] {
        font-size: 18px;
        margin-left: 10px;
    }

    .adopt .main-section .section-5 form .quantity input {
        width: 40px;
        height: 34px;
    }

    .adopt .main-section .section-5 form {
        margin-left: 5px;
    }

    .adopt .main-section .section-2 .tile {
        margin-bottom: 30px;
    }

    .adopt .main-section .section-2 .product-wrap {
        margin-top: 35px;
    }

    .adopt .section-3 img, .adopt .section-3 .content {
        top: 0;
        transform: none;
    }

    .adopt .section-3 {
        padding: 50px 0;
    }

    .adopt .section-3 .content {
        margin-left: 0;
        margin-top: 30px;
    }

    .page-template-page-adopt footer .contact-wrapper {
        padding: 35px 0 35px;
    }

    .page-template-page-adopt .navigation-section .checkout button {
         position: absolute;
        right: 0;
    }

    .page-template-page-adopt .toggle-section .navbar-toggle {
        margin: 0;
        padding: 0;    
        right: 20px;
        top: 40px;
    }

    .innerhero-section {
        padding: 40px 15px 15px;
    }

    .innerhero-section .ih-1 h1 {
        margin-bottom: 0;
    }

    .press-release .tile {
        max-width: 350px;
    }

    .press-release .tile .image {
        padding-top: 100%;
    }

    .press-release .tile img {

    }

    .press-release .tile .content {
        padding: 15px;
    }

    .page-id-104 .is-1 .content {
        margin-bottom: 25px;
    }

    .page-id-104 .is-1 .content {
        text-align: center;
        display: inline-block;
    }

    .page-id-104 .innerpage-section p, .innerpage-section a {
        font-size: 15px;
        line-height: 21px;
    }

    .open>.dropdown-menu {
        float: none;
        position: relative;
        display: inline-block;
        background-color: transparent;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {
    .btt-top.cd-is-visible {
        visibility: hidden;
    }

    .navbar-nav .open .dropdown-menu {
        float: none;
        position: relative;
        display: inline-block;
        background-color: transparent;
        text-align: center;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 5px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #00a49b;
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }

    .home .section-3 .video-wrapper iframe.popout {
        height: 37%;
    }

    footer #primary-bootstrap-menu #primary-navigation {
        margin-right: 0;
    }

    footer .social {
        position: relative;
        margin-top: 15px;
    }

    .home .section-2 {
        padding: 50px 0 50px;
    }

    .adopt .hero {
        height: 500px;
    }

    .adopt .hero .content {
        margin-left: 0;
        padding: 15px 30px;
    }

    .adopt .main-section .section-2 .r1 {
        text-align: center;
    }

    .adopt .main-section .section-2 hr {
        margin: 20px auto;
    }

    .adopt .main-section .section-2 .r1 p {
        margin: 0 auto;
    }

    .adopt .main-section .section-2 .product-wrap {
        text-align: center;
    }

    .adopt .section-3 img {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        display: block;
    }

    .adopt .section-3 .content {
        text-align: center;
        max-width: 555px;
        margin: 30px auto 0;
    }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 475px) {
    .home .section-4 img {
        max-width: 75%;
    }

    .home .section-3 .play-btn {
        top: calc(50% - 25px);
        left: calc(50% - 35px);
        width: 70px;
    }

    .navigation-section {
        height: 79px;
    }

    .navigation-section .logo img {
        max-width: 85px;
    }

    .navigation-section .desktop-navbar {
        padding: 20px 0;
    }

    .navigation-section .logo p {
        font-size: 15px;
        line-height: 18px;
        margin-left: 90px;
        margin-top: 25px;
    }

    .home .hero .fancy-turtle {
        bottom: -29%;
    }

    .home .section-2 {
        border-top: 10px solid #00a49b;
    }

    .home .section-3 .video-wrapper iframe.popout {
        height: 24%;
    }

    .adopt .main-section .section-5 form button[type="submit"] {
        font-size: 16px;
    }

    .adopt .main-section .section-5 form .quantity input {
        width: 38px;
        height: 31px;
    }

    .adopt .main-section .section-1 {
        padding: 50px 0 15px;
    }

    .toggle-section .navbar-toggle {
        top: 15px;
    }

    .page-template-page-adopt .navigation-section .checkout button {
        font-size: 12px;
        width: 105px;
        padding: 5px;
    }

    .page-template-page-adopt .navigation-section .checkout button img {
        width: 15px;
    }

    .page-template-page-adopt .toggle-section .navbar-toggle {
        right: 5px;
        top: 20px;
    }

    .innerhero-section {
        padding: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .adopt .hero {
        height: 550px;
    }
}

@media only screen and (max-width: 320px) {}


/* How do you know? A fox told me. */