/*
Theme Name: TMR
Author: ApolloResearch
Author URI: http://ApolloResearch/
Description: TMR theme produced by AER.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: TMR
.MAIN COLOR FORMAT GREEN #077339
had to hard code line 124 about us 		<h2 style="color: #077339;">
*/

/************************
~ home slider
************************/

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
button {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "Lucida Grande", sans-serif;
}

button {
    cursor: pointer;
}

a:focus,
a:hover {
    color: initial;
    text-decoration: none;
}

.headArea {
    padding: 40px 15px;
    text-align: center;
}

.site-header {
    background-color: #fafafa;
    position: relative;
    display: block;
}

.custom-header {
    width: 100%;
    position: relative;
    display: block;
}

.pagination a {
    margin: 0 10px;
}

.custom-header-media {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.custom-header-media {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.custom-header-media img {
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    object-fit: cover;
    position: relative;
    max-width: 100%;
    min-height: 100%;
    min-width: 100vw;
}

.site-branding {
    margin-bottom: 0;
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
    vertical-align: bottom;
    transition: margin-bottom 0.3s ease;
    -webkit-transition: margin-bottom 0.3s ease;
    -moz-transition: margin-bottom 0.3s ease;
    -o-transition: margin-bottom 0.3s ease;
    height: 100%;
    padding: 0;
    pointer-events: none;
}

#masthead .wrap {
    position: relative;
    max-width: 1000px;
    padding-left: 3em;
    padding-right: 3em;
    margin-left: 2%;
    margin-right: auto;
}

.site-branding-text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.site-title {
    color: #ffffff;
    padding-top: 0px;
    font-size: 65px;
    opacity: 1;
    font-weight: bold;
    line-height: 85px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: 0px 0px 30px #808080;
    margin-bottom: 5%;
    clear: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "Lucida Grande", sans-serif;
}

.site-title a {
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}

.site-description {
    color: #077339;
    padding: 0;
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: 200;
    line-height: 20px;
    text-transform: uppercase;
}

.two .site-description,
.three .site-description {
    color: #fff;
    text-shadow: 0px 0px 20px #000;
}

.menu-scroll-down {
    color: #fff;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    height: 100%;
    padding: 0;
}

.site-branding a:hover,
.site-branding a:focus {
    opacity: 0.7;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.button {
    padding: 15px 32px;
    border-radius: 30px;
    border: 1px solid #40ad48;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 300;
    background: #40ad48;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.button.outline {
    color: #40ad48;
    background: transparent;
    border: 1px solid #40ad48;
}

.button.white {
    color: #2b81ba;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.button:hover {
    text-decoration: none;
    background: #ffffff;
    color: #40ad48;
    border: 1px solid #ffffff;
}

.button.outline:hover {
    color: #fff;
    background: #40ad48;
    border: 1px solid #40ad48;
}

.button.outline-reverse:hover {
    color: #40ad48;
    background: transparent;
    border: 1px solid #40ad48;
}

.button.white:hover {
    color: #ffffff;
    background: transparent;
}

.button i {
    display: inline-block;
    margin-left: 15px;
}

.color-block {
    position: relative;
}

a.scrollDown {
    color: #fff;
    background: #40ad48;
    padding: 15px 22px;
    border-radius: 50%;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    width: 53px;
    margin: 0 auto;
    pointer-events: all;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.scrollDown.scrollUp {
    bottom: 20px;
}

.scrollingUp {
    height: 70px;
}

a.scrollDown:hover {
    color: #40ad48;
    background: #fff;
}

.menu-scroll-down a:hover {
    background: white;
    opacity: 1;
}

.menu-scroll-down a i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.menu-scroll-down a:hover i {
    color: #077339;
}

.carousel-home {
    position: fixed;
}

.menu-scroll-down a.carousel-control-next,
.menu-scroll-down a.carousel-control-prev {
    position: absolute;
    width: 10%;
    background: transparent;
    pointer-events: all;
}

.carousel-control-prev-icon {
    background-image: url("assets/left.png");
    height: 56px;
    width: 29px;
}

.carousel-control-next-icon {
    background-image: url("assets/right.png");
    height: 56px;
    width: 29px;
}

.carousel-indicators {
    position: absolute;
    bottom: 5%;
    margin-bottom: 0;
}

.site-branding .menu-scroll-down a.carousel-control-prev:hover,
.site-branding .menu-scroll-down a.carousel-control-prev:focus {
    background: transparent;
}

.carousel-item,
.carousel-inner,
.carousel {
    height: 100%;
}

.carousel-test .carousel-item.active,
.carousel-test .carousel-item-left,
.carousel-test .carousel-item-right {
    display: block;
}

.carousel-test .carousel-item {
    background: #fff;
    border-radius: 100px;
    padding: 20px 0 40px 0;
    z-index: 1;
}

.carousel-test.carousel-inner {
    overflow: initial;
}

.color-block .carousel-test h2 {
    color: #077339;
    text-transform: initial;
    font-size: 40px;
    font-weight: 200;
}

.color-block .carousel-test p {
    color: #939597;
    width: 70%;
    margin: 0 auto;
}

.test-image {
    border-radius: 50%;
    height: 180px;
    width: 180px;
    border: 10px solid #fff;
    display: inline-block;
    margin-right: 10px;
}

.carousel-test .image-container {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12%;
}

.color-block .carousel-test p.test-name {
    text-align: left;
    width: initial;
    display: initial;
    margin: 0;
    color: #077339;
    font-style: italic;
    font-weight: 400;
}

.color-block .testimonal-slide p.test-name {
    text-align: center;
    width: initial;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-style: italic;
    font-weight: 400;
    position: absolute;
}

.carousel-indicators li {
    height: 15px;
    max-width: 15px;
    border-radius: 0;
    margin-right: 16px;
    margin-left: 16px;
    margin-bottom: 45px;
    pointer-events: all;
    transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: rgba(64, 173, 72, 0.8);
}

.carousel-indicators li.active {
    background-color: rgba(64, 173, 72, 0.8);
}

.carousel-indicators li.active:after {
    border: 1px solid rgba(64, 173, 72, 0.8);
    transform: scale(1.5, 1.5);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.carousel-caption {
    text-align: center;
    top: 30%;
    right: initial;
    left: 10%;
}

.carousel-item {
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: -o-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1.3s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1),
        -o-transform 1.3s cubic-bezier(0.23, 1, 0.32, 1);
}

/************************
~ nav
************************/

.home-container {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
}
.container p {
    font-size: 20px;
    width: 100%;
}
.home-container a {
    display: inline-block;
    position: relative;
    text-align: right;
    color: #077339;
    text-decoration: none;
    font-size: 60px;
    overflow: hidden;
    top: 0;
}
.smaller .container #logo a {
    font-size: 40px;
}
.home-container a:after {
    content: "";
    position: absolute;
    background: #ff5252;
    height: 2px;
    width: 0%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    transition: 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}
.home-container a:hover:after {
    width: 100%;
}

.container #logo a:after {
    content: none;
}

.button_container {
    position: fixed;
    top: 25px;
    left: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
}
.button_container:hover {
    opacity: 0.7;
}
.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #fff;
}
.button_container.active .middle {
    opacity: 0;
    background: #fff;
}
.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #fff;
}
.button_container span {
    background: #ffffff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
}
.button_container span:nth-of-type(2) {
    top: 10px;
}
.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    -webkit-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    -moz-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s, width 0.35s;
    z-index: 50;
}
.overlay:before {
    content: "";
    background: #a5a5a5;
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.35s ease;
    -webkit-transition: left 0.35s ease;
    -moz-transition: left 0.35s ease;
    -o-transition: left 0.35s ease;
}
.overlay:after {
    content: "";
    background: #a5a5a5;
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}
.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
}
.overlay.open:before {
    left: 0;
}
.overlay.open:after {
    right: 0;
}
.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
    animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(3) {
    animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(4) {
    animation-delay: 0.65s;
}
.overlay nav {
    position: relative;
    height: 40%;
    top: 45%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 300;
    text-align: left;
    z-index: 100;
    margin-left: 100px;
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 6);
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: inline;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 35px;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    width: 0;
    bottom: -5px;
    background: #ffffff;
    height: 2px;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    left: 0;
    right: auto;
    width: 100%;
}

#logo img.mobile {
    display: none;
}

header.smaller #logo img.mobile {
    display: block;
}

header.smaller #logo img.desktop {
    display: none;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

header.shrink {
    width: 100%;
    height: 120px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: all 0.3s;
}
header.shrink h1#logo {
    display: inline-block;
    height: 59px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    float: left;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.shrink h1#logo img {
    vertical-align: top;
    height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.shrink h1#logo img.desktop {
    margin-top: 15px;
}
header.shrink .container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: initial;
    top: 0;
    height: initial;
}
header.shrink nav {
    display: inline-block;
    float: right;
    margin-top: 25px;
}
header.shrink nav a {
    margin: 0;
    padding: 0px 30px;
    border-right: 1px solid #bdbdbd;
    font-weight: 200;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.shrink nav a:nth-of-type(2) {
    vertical-align: superf;
}
header.smaller nav a:nth-of-type(2) {
    vertical-align: initial;
}
header.shrink nav a:after {
    content: none;
}
header.shrink nav a span {
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.shrink nav a:nth-of-type(2) span {
    margin-top: 23px;
}
header.shrink.not-home {
    background-color: #ffffff;
}
header.shrink.not-home .button_container span {
    background: #b5b5b5;
}
header.shrink.not-home nav a span {
    color: #000;
    font-weight: 400;
}
header.shrink.not-home nav a.phone-number {
    color: #000;
    font-weight: 400;
}
header.shrink.not-home nav a:nth-of-type(1) {
    border-right: 1px solid #bdbdbd;
}
header.shrink.not-home h1#logo img.no-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    display: block;
}
header.smaller h1#logo {
    top: 0;
}
header.smaller.not-home h1#logo img.no-text {
    opacity: 1;
}

header.smaller.not-home h1#logo img.desktop {
    opacity: 0;
}
header.smaller.not-home nav a:nth-of-type(1) {
    border-right: 1px solid #bdbdbd;
}
.top-block {
    margin-top: 96px;
}

header.smaller {
    height: 75px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
header.smaller nav a img.iconRed {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.smaller .button_container span,
header.smaller .button_container.active .top,
header.smaller .button_container.active .middle,
header.smaller .button_container.active .bottom {
    background: #b5b5b5;
}
header.smaller h1#logo img {
    height: 75px;
}
.home-container .right-header-link {
    font-size: initial;
}
#third-header-link {
    border: none;
}
.right-header-link p {
    font-size: 12px;
    color: #3a3a3a;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.1s ease;
}
.right-header-link img {
    height: 20px;
    margin-bottom: 10px;
}
header.smaller nav {
    margin-top: 13px;
    transition: all 0.3s ease;
}
.right-header-link:hover p,
.front-page .right-header-link:hover p {
    color: #077339;
}
.front-page .right-header-link {
    border-right: 1px solid #ffffff;
}
.front-page .right-header-link p {
    color: #ffffff;
}
header.smaller.front-page .right-header-link {
    border-right: 1px solid #bdbdbd;
}
header.smaller.front-page .right-header-link p {
    color: #3a3a3a;
}
header.smaller.front-page .right-header-link:hover p {
    color: #2b81ba;
}

/************************
~ home page
************************/

.wrapper {
    background: #fff;
    position: relative;
}

.text-and-icons > div {
    padding: 10vw 7vw 8vw 7vw;
}

.text-and-icons.home-no-top > div {
    padding-top: 2vw;
}

.text-and-icons .text {
    text-align: center;
}

.text-and-icons h4 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 18px;
    color: #077339;
}

.text-and-icons h2 {
    font-size: 50px;
    font-weight: bold;
    color: #077339;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #077339;
    padding-bottom: 10px;
}

.text-and-icons .text p {
    font-weight: 200;
    font-size: 18px;
    padding: 0 15%;
    margin-bottom: 100px;
    color: #58585a;
}

.text-and-icons .icons {
    text-align: center;
}

.text-and-icons .icons img {
    height: auto;
    max-width: 60%;
}

.text-and-icons .icons p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 50px 0;
    color: #077339;
}

.cta {
    padding: 20%;
}

.cta.transmission {
    background-image: url("assets/transmission.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cta h2 {
    color: white;
    font-size: 70px;
    line-height: 80px;
    font-weight: 200;
    padding: 0;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 100%;
}

.cta .button {
    margin: 40px auto 0 auto;
}

.twoBlock {
    position: relative;
}

.twoBlock .first {
    padding: 12% 7%;
    background: #e6e7e8;
    display: flex;
    align-items: center;
}

.twoBlock .first p {
    font-weight: 200;
    font-size: 2em;
    color: #58585a;
    margin-bottom: 50px;
    padding-right: 30%;
}

.twoBlock .second {
    padding: 0;
}

.twoBlock .second img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.twoBlock .pointer {
    position: absolute;
    z-index: 1;
    width: 50%;
    text-align: center;
    right: 10%;
    top: 2%;
}

.twoBlock .pointer p {
    font-size: 1em;
    font-weight: 300;
    margin-right: 15px;
    display: inline-block;
}

.twoBlock .pointer a {
    margin-left: -35px;
}

.line {
    border-top: 1px solid #27a9e1;
    padding-top: 5px;
    margin: 40px auto 0;
    width: 30%;
    position: relative;
    display: inline-block;
}

.line:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #27a9e1;
    border-radius: 5px;
    position: absolute;
    top: -3px;
}

.line:after {
    right: 0;
}

.imageBlock {
    padding: 0 0 2% 0;
}

.imageBlock > div {
    position: relative;
}

.colorOverlay {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease;
}

.colorOverlay:hover div {
    opacity: 1;
}

.colorOverlay:hover h3,
.colorOverlay:hover a,
.colorOverlay:focus h3,
.colorOverlay:focus a {
    text-decoration: none;
}

.colorOverlay > div {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: rgba(51, 122, 183, 0.9);
    transition: all 0.3s ease;
}

.imageBlock div div img {
    min-width: 100%;
    object-fit: cover;
}

.imageBlock div {
    padding: 0;
    margin: 0;
    text-align: center;
}

.imageBlock div .bigImage {
    height: 100%;
}

.colorOverlay h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 10%;
    line-height: 30px;
    padding: 0 10%;
}

.imageBlock .color {
    display: flex;
    align-items: center;
}

.imageBlock .color div {
    height: initial;
    margin: 0 auto;
}

.imageBlock > div:nth-child(1) .colorOverlay h3 {
    font-size: 2.5em;
    line-height: 50px;
}

.fourSplit .row {
    height: 50%;
}

.fourSplit .imgContainer,
.fourSplit .imgContainer img,
.bigImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.imageFeature {
    position: relative;
}

.imageFeature img {
    width: 100%;
    object-fit: cover;
}

.imageFeature .textContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    width: 50%;
    height: 30%;
    overflow: auto;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.imageFeature .textContainer h3 {
    font-size: 7em;
    font-weight: 200;
}

.imageFeature .textContainer p {
    font-size: 1.5em;
    font-weight: 400;
    display: inline-block;
}

.imageFeature div.line {
    border-top: 2px solid #ffffff;
    margin: 0 10px 5px 10px;
}

.imageFeature div.line:after {
    content: none;
}

.form .gform_body ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.newsletter {
    background: #e6e7e8;
    padding: 0% 12%;
    height: 240px;
    position: relative;
}

.newsletter .form {
    position: absolute;
    top: 75px;
    width: 75%;
}

.newsletter h4 {
    font-weight: 200;
    font-size: 3em;
    margin-top: 20px;
}

.newsletter p {
    font-weight: 200;
    font-size: 2em;
    color: #939597;
    padding-right: 40%;
    line-height: 40px;
}

.newsletter p.stayInformed {
    font-size: 1.5em;
    padding: 0;
    margin-top: 20px;
}

.newsletter .buildButton {
    position: absolute;
    bottom: -30px;
    z-index: 3;
}

.newsletter .form li,
.newsletter .form .gform_footer,
.newsletter .form .gform_body {
    display: inline-block;
}

.newsletter .form .gform_body {
    width: 100%;
}

.newsletter .form #field_1_3 {
    width: 40%;
}

.newsletter .form #field_1_2 {
    width: 60%;
}

.newsletter .form .validation_error {
    display: none;
}

.newsletter .form .gfield_description.validation_message {
    color: #077339;
}

.newsletter .form input {
    padding: 10px 10px 10px 15px;
    font-size: 2em;
    font-weight: 200;
    border: 1px solid #e6e7ea;
    outline: none;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.newsletter .form input[type="text"]:focus {
    box-shadow: 0 0 5px #077339;
    border: 1px solid #077339;
}

.form form {
    display: flex;
    filter: drop-shadow(0px 15px 15px rgba(100, 100, 100, 0.2));
}

.form #gform_submit_button_1 {
    background-image: url("assets/arrow@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin-top: 32px;
    height: 70px;
    width: 70px;
    border: 1px solid #077339;
    border-radius: 0 50% 50% 0;
    cursor: pointer;
}

.form #gform_submit_button_1:hover {
    background: transparent;
    background-image: url("assets/arrow-green@2x.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: 1px solid #077339;
}

.gform_body {
    float: left;
    width: 90%;
}

.newsletter .form #gform_fields_1 li:nth-of-type(1) {
    width: 40%;
}

.newsletter .form #gform_fields_1 li:nth-of-type(2) {
    width: 60%;
}

.gform_footer.top_label {
    float: left;
}

.newsletter .buildIt {
    position: relative;
}

.newsletter .sideMotor {
    position: absolute;
    right: 0;
    top: -20%;
    height: 200%;
    width: 20%;
    z-index: 3;
}

.dual-image {
    padding: 0;
}

.dual-text {
    padding: 7%;
    color: #939597;
    text-align: center;
}

.dual-text.pushover {
    padding: 7% 7% 7% 1%;
}

.dual-text h3 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
}

.dual-text h2 {
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 75px;
}

.dual-text h2.switch {
    margin-bottom: 5px;
}

.dual-text h3.switch {
    font-size: 30px;
    margin-bottom: 20px;
}

.dual-block-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whats-new {
    position: absolute;
    width: 60%;
    bottom: 10%;
    left: 10%;
}

.whats-new h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    line-height: 50px;
    text-transform: uppercase;
}

.whats-new h3 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0;
}

.kids {
    position: absolute;
    width: 60%;
    top: 20%;
    right: 10%;
    text-align: right;
}

.kids h2 {
    font-size: 50px;
    font-weight: 300;
    color: #ea0a8b;
    margin-bottom: 25px;
    line-height: 50px;
    text-transform: uppercase;
}

.form #field_3_5 .gfield_label {
    display: block;
    color: #5f5f5f;
}

.sidebar .form #field_3_5 .gfield_radio input {
    display: inline-block;
    width: initial;
    padding: 0;
    margin: 0;
    height: initial;
    margin-right: 15px;
}

.sidebar .form #field_3_5 .gfield_radio label {
    display: inline-block;
    color: #5f5f5f;
}

#field_3_8 {
    margin-bottom: 30px;
}

.careers-headline h1 {
    font-size: 50px;
    font-weight: bold;
    color: #2b81ba;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #077339;
    padding-bottom: 10px;
}

.careers-headline p {
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 50px;
    text-align: left;
    color: #58585a;
}

.single-careers-headline p {
    font-size: 24px;
    display: inline-block;
    border-right: 1px solid #077339;
    padding: 0 20px;
}

.single-careers-headline p:first-of-type {
    padding-left: 0;
}

.single-careers-headline p:last-of-type {
    border-right: none;
}

.single-careers-headline p a {
    color: #077339;
    transition: all 0.3s ease;
}

.single-careers-headline p a:hover {
    color: #58585a;
}

.person-image {
    height: auto;
    width: 200px;
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.person-info p a {
    text-align: center;
    color: #077339;
    display: block;
}

.person-text h2 {
    font-size: 1.5rem;
}

.person-detail {
    margin-bottom: 50px;
}

.careers img {
    width: 100%;
    height: auto;
    margin: 40px 0 10px 0;
}

.careers img:nth-of-type(1) {
    width: 100%;
    height: auto;
    margin: 0px 0 10px 0;
}

.careers {
    color: #58585a;
}

.jobs p {
    font-size: 14px;
}

h2.jobs-title {
    margin-bottom: 30px;
    font-size: 40px;
    color: #000000;
}

.jobs h2 {
    font-weight: bold;
    font-size: 18px;
    color: #58585a;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #58585a;
}

.jobs .col-md-12:nth-of-type(1) h2 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

/************************
~ footer
************************/

footer .footer {
    background: #fff;
    position: relative;
}

footer .footer .first-row {
    padding: 7% 10% 0 10%;
}
footer .footer .second-row {
    padding: 0% 7% 7% 7%;
}

.footer .copyright {
    font-weight: 300;
    margin: 30px 0 70px 0;
    font-size: 16px;
}

.footer a,
.links.footer p {
    font-weight: 200;
    color: #58585a;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid transparent;
    transition: all 0.1s ease;
}

.footer a.scrollUp {
    color: #ffffff;
}

.footer .left a:hover,
.footer .middle a:hover {
    color: #077339;
    text-decoration: none;
}

.footer .right a:hover {
    border: 1px solid #077339;
    box-shadow: 0px 0px 2px #077339;
}

.footer h5 {
    margin: 15px 0 3px 0;
}

.footer div div h5:nth-of-type(1) {
    margin: 0;
}

.footer h5 a {
    font-weight: 300;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
}

.footer .middle {
    border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    padding: 0 10%;
}

.footer .right {
    padding: 0 10%;
}

.footer .right img {
    height: 30px;
}

.footer .right > div:nth-of-type(1) {
    margin-bottom: 30px;
}

.footer .right a {
    padding: 10px;
    border: 1px solid #58585a;
    margin: 2px;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    width: 50px;
}

.footer .right a.no-right {
    margin: 0 0 0 auto;
}

.footer .right a.no-left {
    margin: 0 auto 0 0;
}

.footer .logoImg img {
    max-height: 56px;
}

.credit {
    padding-left: 5%;
    padding-top: 5%;
}

.credit p {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
}

.credit a {
    font-size: 12px;
    color: #077339;
    display: inline;
    font-weight: normal;
    transition: all 0.3s ease;
}

.credit a:hover {
    color: #165178;
}

/************************
~ engines page
************************/

.engines .carousel-caption {
    right: 10%;
    text-align: right;
}

.engines .site-branding-text h1 {
    font-size: 80px;
    font-weight: 200;
    text-transform: uppercase;
}

.engines .site-branding-text p {
    font-weight: 200;
    line-height: 24px;
    font-size: 18px;
}

.triplePicture {
    padding: 10% 7%;
}

.triplePicture h2 {
    display: block;
    width: 100%;
    font-size: 6em;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
}

.triplePicture p.tripleDescription {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 20px;
    color: #58585a;
    padding: 0 20%;
    margin-bottom: 7%;
}

.triplePicture h4 {
    font-weight: 200;
    font-size: 2.5em;
    text-align: center;
    margin-top: 5%;
}

.cta.luxury {
    padding: 30% 20% 10% 20%;
}

.cta.luxury {
    background-image: url("assets/IMG_5557.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.cta h4,
.cta p {
    color: #ffffff;
    font-weight: 200;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15%;
}

.cta p {
    font-size: 18px;
}

.facts {
    padding: 12% 7% 0 7%;
    background-color: #e6e7e8;
}

.showcase h2,
.facts h2,
.inline-slider h2 {
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    font-size: 4em;
    margin-bottom: 2%;
}

.facts div {
    text-align: center;
}

.facts .row {
    padding: 0 20%;
    width: 100%;
    margin: 0 auto;
}

.facts h5 {
    margin-top: 10px;
    font-weight: 200;
    text-transform: uppercase;
}

.facts p {
    margin-top: 2%;
    color: #58585a;
    font-weight: 200;
}

.facts .bottom-image {
    margin: 0 auto;
    margin-top: 3%;
    height: 100%;
    width: 100%;
}

.cta.technology {
    padding: 12% 20% 28% 20%;
}

.cta.technology {
    background-image: url("assets/metallurgy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#carouselExampleIndicator {
    padding-top: 200px;
    margin-top: -200px;
}

.inline-slider {
    padding: 7% 5%;
}

.inline-slider .carousel {
    position: relative;
}

.inline-slider .carousel-control-prev-icon {
    background-image: url("assets/left-dark.png");
    height: 56px;
    width: 29px;
}

.inline-slider .carousel-control-next-icon {
    background-image: url("assets/right-dark.png");
    height: 56px;
    width: 29px;
}

.testimonials-slide-container .carousel-control-prev-icon {
    background-image: url("assets/left-blue.png");
    height: 56px;
    width: 29px;
}

.testimonials-slide-container .carousel-control-next-icon {
    background-image: url("assets/right-blue.png");
    height: 56px;
    width: 29px;
}

#testimonials-slider .carousel-control-prev,
#testimonials-slider .carousel-control-next {
    z-index: 1;
}

.inline-slider .carousel-item:before {
    background: none;
}

.inline-slider h3.site-title {
    color: #58585a;
    margin-bottom: 1%;
    text-align: center;
}

.inline-slider p.site-description {
    color: #58585a;
    text-align: center;
    padding: 0 20%;
    line-height: 1.5em;
}

.inline-slider .carousel {
    width: 100%;
}

.inline-slider .carousel-item {
    padding-bottom: 150px;
}

.inline-slider .carousel-item.who {
    padding-bottom: 20px;
}

.inline-slider .carousel img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-height: 350px;
    width: auto;
}

.inline-slider .carousel-caption {
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.color-block {
    padding: 4%;
    text-align: center;
    color: #fff;
}

.color-block-blue {
    background-color: #077339;
}

.white-bg {
    position: relative;
    z-index: 1;
}

.blue {
    color: #077339;
}

.color-block h2 {
    text-transform: uppercase;
    font-size: 20px;
}

.color-block p {
    font-weight: 200;
}

.single-service h1 {
    margin-bottom: 25px;
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.single-service .description {
    color: #fff;
    width: 50%;
}

.single-service .description p {
    margin-bottom: 0;
}

/************************
~ boat partners page
************************/

.carousel#partners-slider {
    position: relative;
    padding-top: 100px;
    margin-top: -100px;
}

.partners .custom-header-media img,
.partners .custom-header-media {
    height: 60vh;
}

.square {
    float: left;
    position: relative;
    width: 33.333%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    background-color: #1e1e1e;
    overflow: hidden;
}

.content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 5%;
}
.table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container table p {
    font-size: 14px;
    line-height: 1em;
    margin: 0;
}

.bg {
    color: #fff;
}

.boatPartners {
    display: block;
}

.boatPartners .square .background {
    background-image: url("assets/hydrasports-banner.jpg");
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.boatPartners .square:hover .background {
    transform: scale(1.1);
    opacity: 0.5;
}

.boatPartners .partner-info {
    position: absolute;
    bottom: 0;
}

.partner-info h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 12px;
}

.partner-info i {
    color: white;
}

.country {
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: #ffffff;
}

.boatPageButton {
    background: #27a9e1;
    border: 1px solid #27a9e1;
    padding: 7px 20px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
    border-radius: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: initial;
}

.boatPageButton:hover,
.boatPageButton:focus {
    background: transparent;
    color: #27a9e1;
    color: white;
    text-decoration: none;
}

.flag-underneath {
    margin-bottom: 10px;
}

.boat-name-slider {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}

.extra-space {
    height: 105px;
    background: #e6e7e8;
}

.filters {
    background: #e6e7e8;
    height: 100px;
}

.reset-container {
    text-align: center;
}

.filtering {
    padding: 0;
}

.filtering .dropdown {
    height: 100%;
}

.filtering h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #58585a;
    font-weight: 300;
    position: absolute;
    top: 30px;
    left: 30px;
}

.filtering .dropdown-toggle {
    width: 100%;
    height: 100%;
    text-align: left;
    border-radius: 0;
    padding: 50px 30px 20px 30px;
    border: none;
    background: #e6e7e8;
    border-right: 1px solid #adadad;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 18px;
}

.filtering .dropdown-toggle:focus {
    box-shadow: none;
    background: #d8d8d8;
}

.filtering .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: #e6e7e8;
    border-radius: 0;
    width: 100%;
}

.filtering .dropdown-menu button {
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    border: none;
    background: #d8d8d8;
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
}

.reset-mobile {
    display: none;
}

/************************
~ single boat page 
************************/

.boat-partner-image {
    max-height: 60vh;
}

.boat-partner-image img {
    object-fit: cover;
}

.boats {
    padding: 5% 7% 10% 7%;
    background-color: #e6e7e8;
}

.boat-partner-info {
    position: relative;
    width: 100%;
}

.partner-logo {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100px;
    height: auto;
}

.boats h1,
.heading h1 {
    font-weight: 300;
    color: #58585a;
}

.boats p,
.heading h3 {
    font-weight: 200;
    width: 70%;
    color: #58585a;
}

.boats p.country {
    font-weight: 300;
    width: initial;
    margin-right: 0;
}

.country-container {
    background: #ffffff;
    padding: 5px 15px;
    display: inline-block;
}

.showcase {
    padding: 10% 7%;
}

.boat-name h2 {
    font-weight: 300;
    color: #58585a;
    margin-bottom: 0;
}

.button.reset.show {
    margin-top: 5px;
}

.spec img {
    width: 90px;
}

.boats p.boat-attr {
    width: 100%;
    font-weight: 300;
    margin: 0 auto;
}

.boats p.boat-value {
    font-weight: 300;
    font-size: 25px;
    margin: 0 auto;
}

.vert-line {
    border-right: 1px solid #58585a;
}

.boat-values .col-md-6 {
    flex: 0 0 49%;
    text-align: center;
}

.row.boat-values {
    margin: 18px 0;
}

.boat-values .col-md-6:nth-of-type(1) {
    text-align: left;
    margin-right: 0px;
    padding-left: 0;
}

.boat-values .col-md-6:nth-of-type(1) .boat-value {
    margin: 0;
}

.boat-main-image {
    margin: 100px 0 30px 0;
}

.spec {
    display: inline-block;
    float: right;
    text-align: center;
    margin: 5px;
}

.spec p {
    font-size: 9px;
    color: #000000;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    width: initial;
}

.spec p.spec-field {
    font-size: 12px;
}

.spec-container {
    padding: 0;
}

.photos img {
    width: 47%;
    height: 280px;
    object-fit: cover;
    margin: 14px 12px;
    float: left;
}

.videos {
    float: left;
    margin: 14px 12px;
    padding: 0;
    width: 47%;
}

.videos iframe {
    max-width: 100%;
    height: 280px;
}

.featured-boat-p {
    width: 60%;
    margin-bottom: 0;
}

.fa.featured-flag {
    font-size: 16px;
}

/************************
~ service and support
************************/

.row.heading {
    background-color: #e6e7e8;
    padding: 7% 7% 3% 7%;
    position: relative;
}

.heading h1 {
    text-align: center;
}

.heading h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
    color: #939597;
}

.links.footer {
    padding: 5% 7% 7% 7%;
}

.links .col-md-6 {
    padding: 0;
}

.row.links .col-md-6:nth-of-type(1) .links-info {
    border-right: 1px solid #bdbdbd;
}

.links img {
    width: 100%;
    object-fit: cover;
}

.links .links-info {
    padding: 7%;
}

.links-info h2 {
    color: #58585a;
    font-weight: 300;
}

.links-info p {
    font-weight: 200;
}

.footer .left,
.footer .middle,
.footer .right {
    padding: 0 5%;
}

.links.footer h5 {
    font-size: 14px;
}

.links.footer p {
    font-size: 12px;
    margin-bottom: 1px;
    border: none;
}

.links h4 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 60px 5% 0 5%;
    line-height: 18px;
}

.links h4 a {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    display: inline;
    border: none;
    color: #000000;
}

.links h4 a:hover {
    color: #773390;
}

.scroll-cover {
    width: 100%;
    height: 480px;
    position: absolute;
}

.map iframe {
    margin-top: -46px;
}

.footer.links .right a {
    padding: 0;
    margin: 0;
    text-align: initial;
    border-radius: none;
    height: initial;
    display: inline;
    border: none;
    font-size: 12px;
    color: #58585a;
}

.footer.links .right a:hover {
    box-shadow: none;
    color: #773390;
}

.footer.links a {
    font-size: 12px;
    color: #58585a;
    display: inline;
}

.footer.links h4.service-message a {
    font-size: 14px;
    color: #000000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer.links h4.service-message a:hover {
    color: #773390;
}

.400-warranty {
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}

.footer.warranty ul,
.footer.warranty ol {
    padding-left: 20px;
}

.footer.warranty ul li,
.footer.warranty ol li {
    font-size: 12px;
    color: #58585a;
    font-weight: 200;
}
.footer.links.warranty .button {
    font-size: 0.9em;
    color: #ffffff;
    border: 1px solid #27a9e1;
    margin: 80px auto 0 auto;
}
.footer.links.warranty .button:hover {
    color: #27a9e1;
}
.footer.links.warranty {
    border-bottom: 1px solid #bdbdbd;
}

/************************
~ technology page
************************/

.row-background {
    background-repeat: no-repeat;
    backgroundposition: center center;
    background-size: cover;
    padding: 7%;
}
.row-background.heading {
    padding: 8% 7%;
}

.row.heading.beautiful {
    background-image: url("assets/beautiful.jpg");
    position: relative;
}

.row.corrosion {
    background-image: url("assets/corrosion.jpg");
    padding: 12% 7%;
}

.row.composites {
    background-image: url("assets/composites.jpg");
    padding: 12% 7%;
}

.beautiful h1,
.beautiful h3 {
    color: #ffffff;
}

.wonders {
    padding: 7%;
    text-align: center;
}

.wonders p {
    width: 60%;
    margin: 0 auto;
    font-weight: 300;
    font-size: 14px;
    color: #58585a;
}

.wonders h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 40px;
}

.row-background .site-title,
.row-background .site-description {
    width: 50%;
}

.row-background .site-description {
    margin-bottom: 15px;
    font-size: 13px;
}

.red-italic.boat-name-slider.site-description {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: italic;
    text-transform: initial;
    color: #27a9e1;
    margin-bottom: 5px;
    font-size: 15px;
}

.composites .col-md-12 {
    text-align: right;
}

.composites h4,
.composites h2,
.composites p {
    display: inline-block;
}

.twoBlock.equal .first {
    padding: 7%;
}

.twoBlock.equal .site-description.not-red {
    font-weight: 200;
    font-size: 15px;
    padding-right: 0;
    margin-bottom: 15px;
}

.twoBlock.equal .site-title {
    color: #000000;
}

.twoBlock .second img {
    height: auto;
}

.breadcrumb {
    margin: 0;
    padding: 5px 0;
    border-radius: 0;
    font-size: 12px;
    color: #58585a;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
}

.breadcrumb a {
    color: #58585a;
    display: inline-block;
    margin: 0 10px;
    font-weight: 300;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.breadcrumb a:hover {
    color: #773390;
}

/************************
~ news & events page
************************/

.container.in-page button.button.i {
    padding: 15px 23px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.container.in-page button.button.i i {
    margin: 0;
}

.blog-card {
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    margin: 30px 0;
}

.blog-card:hover {
    border: 2px solid rgba(0, 160, 80, 0);
    color: #773390;
}

.blog-card:hover img {
    transform: scale(1.1);
}

.blog-card:hover h2 {
    color: #773390;
}

.blog-card::before,
.blog-card::after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.blog-card::before {
    border-bottom: 2px solid #773390;
    border-left: 2px solid #773390;
    -webkit-transform-origin: 0 100%;
}

.blog-card::after {
    border-top: 2px solid #773390;
    border-right: 2px solid #773390;
    -webkit-transform-origin: 100% 0%;
}

.blog-card:hover::after,
.blog-card:hover::before {
    -webkit-transform: scale(1);
}

.blog-card .img-box {
    overflow: hidden;
}

.blog-card img {
    height: 200px;
    object-fit: cover;
    object-position: 50% 0;
    min-width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-archive {
    background-color: #e6e7e8;
}

.blog-archive strong {
    font-weight: 900;
}

.blog-archive p {
    line-height: 1.5em;
}

.blog-card-info {
    background: #ffffff;
    padding: 5%;
    position: relative;
    min-height: 200px;
    text-align: center;
}

.sidebar .blog-card-info {
    background: #ffffff;
    padding: 5%;
    position: relative;
    min-height: unset;
}

.blog-card-info h6 {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.blog-card h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-card p {
    font-weight: 300;
    font-size: 13px;
    color: #939597;
    margin-top: 10px;
    text-align: center;
}

.blog-card .author {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    font-size: 13px;
}

.IN-widget {
    position: absolute;
    margin-left: 10px;
}

#link .IN-widget > span > span > a > span {
    height: 27px !important;
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.blog-card .date {
    position: absolute;
    bottom: 0;
    right: 20px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
}

.blog-archive .featured .blog-card img {
    height: 100%;
}

.featured .blog-card img {
    height: initial;
}

.featured .blog-card .col-md-8 {
    padding: 0;
}

.featured .blog-card .blog-card-info {
    padding: 7%;
    text-align: center;
}

.blog-card.updates {
    margin: 0;
    overflow: hidden;
}

.blog-card.updates img {
    height: initial;
}

.updates-links {
    background: #e6e7e8;
}

.blog-card .img-box {
    position: relative;
}

.blog-card.updates h2 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    position: absolute;
    top: 220px;
    left: -300px;
    font-size: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 180px;
    width: 450px;
    z-index: 1;
}

.blog-card.updates:hover h2 {
    left: -200px;
}

.single-page {
    background-color: #e6e7e8;
}

.single-headline h2 {
    line-height: 45px;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.single-headline .author {
    color: #939597;
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
}

.single-headline .date {
    color: #939597;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.single-content-container {
    background-color: #ffffff;
    padding-top: 70px;
    padding-bottom: 100px;
    border-bottom: 1px solid #bdbdbd;
}

.single-content {
    padding: 0 5%;
}

.single-content p,
.single-content ul,
.single-content li {
    color: #797979;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

.single-content strong {
    font-weight: bold;
}

.single-content img {
    width: initial;
    height: auto;
    margin-bottom: 40px;
}

.single-image {
    padding: 0;
}

.single-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

.single-content .col-md-8 {
    padding-right: 80px;
}

.single-headline-col {
    padding: 7vw;
}

.single-headline-col i {
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.single-headline-col i:hover {
    color: #773390;
}

.single-content ul li,
.single-content ol li {
    color: #797979;
}

.sidebar .form {
    background: #ffffff;
    padding: 0 12% 7% 12%;
}

.sidebar .form form {
    display: block;
}

.ginput_right.address_state {
    display: block;
    margin-bottom: 30px;
}

.ginput_right.address_state label {
    display: block;
}

.sidebar h3 {
    color: #797979;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 200;
}

.sidebar .form input {
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border: none;
    margin-bottom: 20px;
    background-color: #f3f3f4;
}

.sidebar .form input#input_3_10 {
    background-color: transparent;
    padding: 0;
}

.gfield_required {
    color: red;
}

.sidebar .form input.gform_button {
    background-color: #40ad48;
}

.sidebar .form textarea {
    height: 200px;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #f3f3f4;
    margin-bottom: 20px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sidebar .form input::placeholder,
.sidebar .form textarea::placeholder {
    color: #d4d4d4;
}

.sidebar .form #gform_submit_button_1 {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-top: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gform_heading span {
    color: #077339;
    font-size: 35px;
}

.gform_heading {
    margin-bottom: 30px;
}

.sidebar .form #gform_submit_button_1:hover {
    background-color: transparent;
    background-image: url("assets/arrow@2x-red.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.sidebar .gform_footer.top_label {
    text-align: center;
}

.sidebar .recent {
    padding: 0;
    margin-top: 60px;
}

.sidebar .recent h3 {
    margin-bottom: 15px;
    text-align: center;
}

.sidebar .form form {
    filter: none;
}

.recent .blog-card-info {
    padding: 7%;
}

.single-content .recent img {
    margin: 0;
    height: 100px;
}

.recent .blog-card h2 {
    color: #797979;
    font-weight: 300;
    font-size: 14px;
}

.recent .blog-card {
    border: 1px solid #e6e7e8;
}

table tr {
    vertical-align: top;
}

.share-icon {
    margin-right: 10px;
}

.share-icon:hover {
    color: #077339;
}

.single-job-description {
    color: #58585a;
}

.career-form label {
    color: #58585a;
    font-weight: bold;
    font-size: 14px;
}

/************************
~ search full screen
************************/

.search-results {
    padding: 7%;
    background: #e6e7e8;
}

.search-results ul {
    list-style-type: none;
    padding: 0;
}

.search-results li {
    margin-bottom: 50px;
}

.search-results h1 {
    margin-bottom: 40px;
    font-weight: 200;
}

.search-results a {
    color: #27a9e1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.search-results img {
    float: left;
    padding: 10px 20px 40px 0;
}

.search-results a:hover {
    color: #ab1a13;
}

.morphsearch {
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: min-height, width, top, right;
    transition-property: min-height, width, top, right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.open {
    visibility: visible;
    opacity: 1;
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: 0px;
}

.morphsearch-form {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    position: relative;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.open .morphsearch-form {
    width: 80%;
    height: 80px;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
}

.morphsearch-input {
    width: 100%;
    height: 100%;
    padding: 0 10% 0 10px !important;
    font-weight: 700;
    border: none !important;
    background: transparent !important;
    font-size: 0.8em;
    color: #27a9e1 !important;
    -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch-input::-ms-clear {
    display: none;
}

.morphsearch.open .morphsearch-input {
    font-size: 45px;
    background: #ddd !important;
    padding: 20px !important;
}

.morphsearch-input::-webkit-input-placeholder {
    color: #c2c2c2;
}

.morphsearch-input:-moz-placeholder {
    color: #c2c2c2;
}

.morphsearch-input::-moz-placeholder {
    color: #c2c2c2;
}

.morphsearch-input:-ms-input-placeholder {
    color: #c2c2c2;
}

.gn-search:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
    outline: none;
    background: transparent;
    border: none;
}

.morphsearch-submit {
    position: absolute;
    width: 80px;
    height: 80px;
    text-indent: 100px;
    overflow: hidden;
    right: 0;
    top: 50%;
    background: transparent url(../img/magnifier.svg) no-repeat center center;
    background-size: 100%;
    border: none;
    pointer-events: none;
    transform-origin: 50% 50%;
    opacity: 0;
    -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
    transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
    box-shadow: none;
}

.morphsearch.open .morphsearch-submit {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
    transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-submit:hover {
    background-color: transparent;
    box-shadow: none;
}

.morphsearch-close {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.morphsearch.open .morphsearch-close {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch-close::before,
.morphsearch-close::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    opacity: 0.2;
    background: #000;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
    opacity: 1;
}

.morphsearch-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.morphsearch-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.morphsearch-content {
    color: #333;
    margin-top: 4.5em;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 10.5%;
    background: #f1f1f1;
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.morphsearch.open .morphsearch-content {
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}

.dummy-column {
    width: 30%;
    padding: 0 0 6em;
    float: left;
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.morphsearch.open .dummy-column:first-child {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.morphsearch.open .dummy-column:nth-child(2) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.morphsearch.open .dummy-column:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.morphsearch.open .dummy-column {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.dummy-column:nth-child(2) {
    margin: 0 5%;
}

.dummy-column h2 {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #c2c2c2;
    padding: 0.5em 0;
}

.round {
    border-radius: 50%;
}

.dummy-media-object {
    padding: 0.75em;
    display: block;
    margin: 0.3em 0;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(118, 117, 128, 0.05);
}

.dummy-media-object a {
    color: #077339;
}

.dummy-media-object:hover,
.dummy-media-object:focus {
    background: rgba(118, 117, 128, 0.1);
}

.dummy-media-object img {
    display: inline-block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.dummy-media-object h3 {
    vertical-align: middle;
    font-size: 0.85em;
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0 0;
    width: calc(100% - 70px);
    color: rgba(145, 145, 145, 0.7);
}

.dummy-media-object:hover h3 {
    color: rgba(236, 90, 98, 1);
}

header.shrink nav a.search-link {
    border-left: 1px solid #bdbdbd;
    border-right: none;
}

@media screen and (max-width: 53.125em) {
    .morphsearch-input {
        padding: 0 25% 0 10px;
    }
    .morphsearch.open .morphsearch-input {
        font-size: 2em;
    }
    .dummy-column {
        float: none;
        width: auto;
        padding: 0 0 2em;
    }
    .dummy-column:nth-child(2) {
        margin: 0;
    }
    .morphsearch.open .morphsearch-submit {
        -webkit-transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
        transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
    }
}

@media screen and (max-width: 80em) {
    .morphsearch-close {
        top: 3em;
    }
}

@media screen and (min-width: 38.75em) {
    body {
        position: relative;
    }
    .morphsearch.open {
        height: 100%;
    }
}

@media screen and (min-height: 71.5625em) {
    .morphsearch.open {
        height: 100% !important;
    }
}

.ui-autocomplete {
    width: 80% !important;
    overflow-wrap: break-word;
    box-shadow: 2px 2px 3px #888888;
    background: #fff;
    z-index: 10;
}

.ui-menu-item {
    list-style-type: none;
    padding: 10px;
}

.ui-menu-item:hover {
    background: #f1f1f1;
}

/************************
~ AOMD pages
************************/

.top-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

header.shrink nav a span.appt-header {
    display: block;
    margin: -3px 0 0 0;
    font-size: 12px;
}

header.smaller nav a span.appt-header {
    display: inline;
    margin: 0;
}

.normal-row-padding {
    padding: 7% 10%;
}

.services h1 {
    color: #077339;
    font-size: 60px;
}

.services h3 {
    color: #8dc53f;
    font-weight: 300;
}

.services p {
    color: #939597;
    margin: 0 0 10px 0;
    font-weight: 300;
}

.extra-h3 {
    margin-top: 40px;
}

.service-block {
    text-align: center;
}

.service-title {
    margin: 15px 0 20px 0;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s ease;
}

.service-link:hover .service-title {
    font-weight: 400;
}

.service-icon-blue,
.service-icon-green {
    height: 50%;
    max-height: 130px;
    width: auto;
    margin-top: 80px;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.8));
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-link:hover .service-icon-blue {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(39, 169, 225, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(39, 169, 225, 0.8));
}

.service-link:hover .service-icon-green {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(141, 197, 63, 0.8));
    filter: drop-shadow(0px 0px 8px rgba(141, 197, 63, 0.8));
}

.about-buttons-side {
    text-align: right;
    padding-top: 7vw;
}

.about-buttons-side a {
    margin-bottom: 20px;
}

.about-gallery {
    padding: 0% 10% 10% 10%;
}

.about-gallery div a img {
    margin-bottom: 30px;
}

.color-title h2 {
    font-size: 30px;
    text-align: left;
}

.color-block.color-title {
    padding: 3% 4% 2% 10%;
}

.person.grey {
    background-color: #f3f3f4;
}

.person .col-md-9 {
    padding: 5vw 10vw 5vw 3vw;
}

.person .col-md-3 {
    padding: 5vw 0 0 0;
    text-align: right;
}

.person h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.person h3 {
    font-size: 18px;
    font-weight: 300;
}

.person h4 {
    font-size: 16px;
    color: #077339;
    font-style: italic;
    font-weight: 400;
    margin: 20px 0;
}

.person p {
    color: #939597;
    font-size: 14px;
}

.person img {
    height: 200px;
    width: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.person img:hover {
    border-radius: 0;
}

.person-info p {
    margin-bottom: 15px;
}

.service-icon {
    margin-right: 40px;
}

.visit-button {
    margin: 0 40px 0 20px;
}

.it {
    display: flex;
    align-items: center;
}

.it-image {
    padding: 0;
}

.it-text {
    padding: 7%;
}

.it-text h3 {
    font-size: 22px;
    text-transform: uppercase;
}

.it-text p {
    color: #939597;
    font-size: 20px;
    font-weight: 300;
}

.row.heading.color-block-blue {
    background-color: #077339;
}

.row.heading.color-block-pink {
    background-color: #e90b8c;
}

.row.heading.color-block-green {
    background-color:  #077339;
}

.row.heading.color-block-orange {
    background-color: #f79420;
}

.row.heading h1 {
    color:  #077339;
}

.row.heading h3 {
    color: #939597;
}

#gform_wrapper_2 #gform_submit_button_2:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #23a9e1;
    cursor: pointer;
}

.contactUsSidebar h4 {
    color: #2b81ba;
    padding: 0;
    font-weight: bold;
    font-size: 20pt;
    margin-top: 40px;
    margin-bottom: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid #40ad48;
    text-align: left;
}

.contactUsSidebar h4:nth-of-type(1) {
    margin-top: 3px;
}

.links.footer .contactUsSidebar a {
    color: #939597;
    font-size: 14pt;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.links.footer .contactUsSidebar a:hover {
    color: #077339;
}

.links.footer .contactUsSidebar p {
    color: #939597;
    font-weight: 300;
    font-size: 14pt;
    margin-bottom: 0;
}

.row.links.footer .col-md-4 {
    margin-bottom: 40px;
    margin-top: 20px;
}

.row.links.footer .col-md-4.sidebar {
    padding: 0;
}

.row.links.footer .col-md-4.contactUsSidebar {
    padding: 0 50px;
}

.sidebar .form input:focus,
.sidebar .form textarea:focus {
    outline: none !important;
    box-shadow: 0 0 10px #23a9e1;
}

.social-box div {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    background: #e6e7e8;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-box h3 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.social-box:hover div {
    background: #077339;
}

.social-box:hover h3 {
    color: #fff;
}

.social-box img {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 200px;
    width: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-box:hover img {
    opacity: 0.3;
}

.row.emergency h3 {
    line-height: 30px;
}

.row.emergency h3 a {
    font-weight: 400;
    color: #fff;
}

.emergency-container .services h2 {
    color: #077339;
    font-size: 40px;
}

.emergency-container .services h3 {
    margin-top: 30px;
}

.emergency-container .services h4 {
    color: #f79420;
}

.emergency-container .services h5 {
    color: #e90b8c;
}

.emergency-container .services p {
    margin-bottom: 20px;
}

.emergency-container .services ul,
.emergency-container .services ol {
    color: #939597;
}

.container.in-page.resources {
    margin-bottom: 80px;
}

.forms .col-md-4 {
    margin-bottom: 80px;
    text-align: center;
}

.forms img {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.forms h4 {
    color: #f79420;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.form-link:hover {
    cursor: pointer;
}

.form-link:hover h4 {
    border-bottom: 2px solid #f79420;
    cursor: pointer;
}

.form-link:hover img {
    filter: drop-shadow(0px 0px 10px rgba(247, 148, 20, 0.4));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(247, 148, 20, 0.4));
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#f79420')";
}

.testimonal-slide {
    overflow: visible;
}

.testimonal-slide .carousel-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 150px;
    height: 180px;
}

.testimonal-slide h2 {
    color: #ffffff;
    text-transform: initial;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 10%;
    letter-spacing: 0;
    width: 100%;
}

.testimonials-title {
    width: 100%;
}

.testimonal-slide p {
    color: #939597;
    width: 70%;
    margin: 0 auto;
}

.testimonal-slide .image-container {
    position: absolute;
    bottom: -20px;
    left: -145px;
    right: 0;
}

.color-block.test-container {
    padding: 4% 4% 8% 4%;
}

/************************
~ TMR pages
************************/

.row.reg-row {
    padding: 7vw;
}

.row.reg-row.home-row-no-bottom {
    padding-bottom: 2vw;
}

.row.reg-content {
    padding: 7vw;
    background: #f3f3f4;
}

.row.reg-content.lender-rates {
    padding-top: 0;
}

.reg-content table td {
    padding: 5px;
    font-size: 14px !important;
}

.text-and-video,
.careers-row {
    padding: 7%;
    background-color: #f3f3f4;
}

h2.reg-h2 {
    font-weight: bold;
    color: #077339;
    font-size: 45px;
    border-bottom: 1px solid #077339;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
}

h2.reg-h2 span {
    font-size: 60px;
}

.text-and-video h2.reg-h2 {
    margin-bottom: 50px;
}

p.reg-p {
    font-weight: 200;
    font-size: 18px;
    color: #58585a;
}

.text-and-video p {
    font-weight: 200;
    font-size: 26px;
    padding-right: 15%;
    color: #58585a;
}

.hoverImagesTitle p {
    text-align: center;
}

.text-and-video iframe {
    max-width: 100%;
    height: 300px;
}

.text-and-video .button-row {
    text-align: center;
    padding: 5% 5% 0 5%;
}

.row.reg-row.hoverImagesTitle {
    padding: 7% 7% 2% 7%;
}

.recent-news-and-events.blog-card-info h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.recent-news-and-events.blog-card-info p {
    text-align: center;
    font-size: 14px;
}

.row.reg-row.servicesTitle {
    padding: 5% 7% 0 7%;
    background-color: #f3f3f4;
}

.services-background {
    background-color: #f3f3f4;
    padding-bottom: 7%;
    margin-left: -15px;
    margin-right: -15px;
}

.service-row.recent-news-and-events.blog-card-info h3 {
    color: #077339;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #077339;
}

.service-row.recent-news-and-events.blog-card-info p {
    font-size: 16px;
}

.service-row-inner .button {
    position: absolute;
    bottom: -25px;
    left: 25px;
    z-index: 5;
}

.service-row-inner {
    position: relative;
}

.service-row .blog-card-info {
    min-height: unset;
    padding: 20px 20px 45px 20px;
}

button.button {
    border: 2px solid #40ad48;
}

button.button:hover {
    background: #ffffff;
    color: #077339;
    border: 2px solid #077339;
}

.row.reg-row.colorBlockGreen {
    background: #077339;
    padding: 5% 5% 3% 5%;
}

.row.reg-row.colorBlockOrange {
    background: #f08905;
    padding: 5% 5% 3% 5%;
}

.colorBlockGreen h2,
.colorBlockOrange h2 {
    color: #ffffff;
    border: none;
    font-weight: 200;
}

.colorBlockGreen h2 span,
.colorBlockOrange h2 span {
    font-weight: bold;
}

.single-row {
    display: flex;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.single-row.service-row {
    align-items: center;
}

.singleImage {
    width: 100%;
    padding: 0;
    width: 50%;
}

.singleImage img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.singleText {
    padding: 7%;
    width: 50%;
}

.single-row .pull-md-6,
.single-row .push-md-6 {
    position: relative;
}

.singleText.single-cli {
    padding: 0;
}

.singleText.single-cli div {
    padding: 7vw;
}

.fullImage {
    padding: 12vw 30vw;
    text-align: center;
}

.singleText h3,
.fullImage h3 {
    color: #077339;
    border-bottom: 1px solid #077339;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.blueBlock {
    background-color: #077339;
}

.blueBlock h3,
.blueBlock p,
.lightBlock h3,
.lightBlock p {
    color: #ffffff;
}

.row.heading.error404 {
    padding: 12% 7%;
}

.sidebar .gform_body {
    width: 100%;
    float: none;
}

.gform_footer.top_label {
    float: none;
}

.blog-archive .blog-card-info {
    padding: 10%;
    min-height: 250px;
}

.row.heading.color-block-blue {
    padding: 7% 7% 5% 7%;
    background-color: #077339;
}

.row.heading.color-block-blue h1 {
    color: #ffffff;
    font-weight: bold;
}

.row.heading.color-block-blue p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}

#gform_fields_2 label {
    display: none;
}

#input_2_1_3,
#input_2_1_6,
#input_2_5_3,
#input_2_5_4 {
    width: 49.5%;
}

#field_2_2,
#field_2_4 {
    width: 49%;
    display: inline-block;
    margin-right: 5px;
}

.cilent-profile-sec .blog-card-info {
    min-height: 200px;
}

.text-and-video.client-profiles h2.reg-h2 {
    text-align: left;
    margin-bottom: 10px;
}

.text-and-video.client-profiles {
    background-color: #ffffff;
}

.text-and-video.client-profiles.login-page-bg {
    background-color: #f3f3f4;
    padding-bottom: 0;
}

.helpful-tools {
    padding-top: 0vw;
}

.login-page-bg.text-and-video.client-profiles a {
    margin-bottom: 20%;
}

.client-info {
    padding-right: 7%;
}

.text-and-video.client-profiles a {
    margin-top: 5%;
}

.client-profiles img {
    width: 66%;
}

.resource-contain.client-profiles img {
    width: 100%;
}

.client-profiles.res img {
    width: 100%;
}

.inline-slider {
    background: #f3f3f4;
}

.inline-slider p.reg-p {
    text-align: center;
}

.inline-slider .carousel img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.slider-description {
    margin-top: 10px;
}

.about-circles {
    padding: 7%;
    background-color: #ffffff;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.about-circles h2 {
    font-size: 50px;
    font-weight: bold;
    color: #077339;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #077339;
    margin-top: 80px;
}

.about-circles .row:first-of-type h2 {
    margin-top: 0;
    color: #077339;
}

.about-circles h2.top-more-space {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #077339;
}

.about-circles h3 {
    font-size: 26px;
    font-weight: bold;
    color: #077339;
}

.about-circles p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
}

.about-circles a.read-more {
    margin-bottom: 50px;
    color: #077339;
    transition: all 0.3s ease;
    display: block;
}

.about-circles a.read-more:hover {
    color: #000;
}

.about-circles img {
    height: 200px;
    width: 200px;
    margin: 20px auto;
    text-align: center;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.about-circles img:hover {
    border-radius: 0;
}

.resources.row.reg-row {
    padding: 12% 7%;
    margin-left: -15px;
    margin-right: -15px;
}

.resources h2 {
    text-align: left;
    border: none;
    color: #ffffff;
    margin-bottom: 0;
}

.resources p {
    color: #ffffff;
    text-align: left;
}

.resources .dark h2 {
    color: #077339;
}

.resources .dark p {
    color: #000000;
}

.calculator-info {
    padding-left: 7%;
}

.text-and-video.client-profiles.grey-bg {
    background: #f3f3f4;
}

.calculator iframe {
    width: 100%;
    height: 900px;
    padding: 80px 0;
    background: #ffffff;
}

.breadcrumbs {
    position: absolute;
    top: 20px;
    left: 20px;
}

.non-absolute .breadcrumbs {
    position: relative;
}

.breadcrumbs-services,
.breadcrumbs-services a {
    color: #077339;
    transition: all 0.3s ease;
}

.breadcrumbs-who,
.breadcrumbs-who a {
    color: #ffdbae;
    transition: all 0.3s ease;
}

.breadcrumbs-careers,
.breadcrumbs-careers a {
    color: #077339;
    transition: all 0.3s ease;
    z-index: 2;
}

.breadcrumbs a:hover {
    color: #fff;
}

.breadcrumbs-careers a:hover {
    color: #1b3f56;
}

/************************
~ mobile styles
************************/

@media (max-width: 1700px) {
    .imageFeature .textContainer h3 {
        font-size: 100px;
    }
    .imageFeature .textContainer p {
        font-size: 20px;
    }
    .newsletter .sideMotor {
        top: -10%;
    }
    .service-description {
        width: 80%;
    }
}

@media (max-width: 1500px) {
    .newsletter p.stayInformed {
        margin-top: 5px;
        font-size: 20px;
    }
    .newsletter h4 {
        font-size: 40px;
    }
    .newsletter p {
        font-size: 25px;
        line-height: 35px;
    }
    .cta h2 {
        font-size: 65px;
        line-height: 80px;
    }
    .imageFeature .textContainer h3 {
        font-size: 80px;
    }
    .imageFeature .textContainer p {
        font-size: 20px;
    }
}

@media (max-width: 1400px) {
    .it-text p {
        font-size: 16px;
    }
    .overlay ul li a {
        font-size: 30px;
    }
    .partner-info h2 {
        font-size: 18px;
    }
    .country {
        font-size: 12px;
    }
    .engines .site-branding-text h1 {
        font-size: 65px;
    }
    .engines .site-branding-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .cta h2 {
        font-size: 55px;
        line-height: 65px;
    }
    .text-and-icons h2 {
        font-size: 45px;
    }
    .imageFeature .textContainer p {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .it-text p {
        font-size: 12px;
    }
    .single-page .single-headline h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .featured .blog-card .col-md-8,
    .featured .blog-card .col-md-4 {
        max-width: 50%;
        min-width: 50%;
    }
    .featured .blog-card img {
        height: 100%;
    }
    .boats p.boat-attr {
        font-size: 12px;
    }
    .boats p.boat-value {
        font-size: 16px;
    }
    .partner-info h2 {
        font-size: 16px;
    }
    .boatPageButton {
        padding: 5px 15px;
    }
    .showcase h2,
    .facts h2,
    .inline-slider h2 {
        font-size: 50px;
    }
    .facts h5 {
        font-size: 18px;
    }
    .triplePicture h2 {
        font-size: 70px;
    }
    .triplePicture p.tripleDescription {
        padding: 0 10%;
        font-size: 18px;
    }
    .engines .site-branding-text h1 {
        font-size: 50px;
    }
    .engines .site-branding-text p {
        font-size: 14px;
        line-height: 20px;
    }
    .newsletter .sideMotor {
        top: 0;
    }
    .newsletter p.stayInformed {
        font-size: 15px;
    }
    .newsletter h4 {
        font-size: 35px;
        margin-top: 20px;
    }
    .newsletter p {
        font-size: 20px;
        line-height: 30px;
    }
    .cta h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .site-title {
        font-size: 30px;
        line-height: 30px;
    }
    .text-and-icons h2 {
        font-size: 38px;
    }
    .imageFeature .textContainer h3 {
        font-size: 60px;
    }
    .imageFeature .textContainer p {
        font-size: 15px;
    }
}

@media (max-width: 1000px) {
    .heading h3 {
        font-size: 16px;
    }
    .boats h1,
    .heading h1 {
        font-size: 30px;
    }
    .square {
        width: 50%;
    }
    .inline-slider p.site-description {
        padding: 0;
    }
    .cta h4 {
        padding: 0;
        font-size: 22px;
    }
    .cta p {
        padding: 0;
        font-size: 14px;
    }
    .showcase h2,
    .facts h2,
    .inline-slider h2 {
        font-size: 30px;
    }
    .facts p {
        margin-bottom: 40px;
    }
    .facts {
        padding: 15% 7% 0 7%;
    }
    .triplePicture h2 {
        font-size: 60px;
    }
    .triplePicture p.tripleDescription {
        padding: 0;
        font-size: 16px;
    }
    .engines .site-branding-text h1 {
        font-size: 45px;
    }
    .engines .site-branding-text p {
        font-size: 12px;
        line-height: 20px;
    }
    .newsletter .sideMotor {
        top: 10px;
    }
    .newsletter p.stayInformed {
        font-size: 15px;
    }
    .newsletter h4 {
        font-size: 30px;
        margin-top: 20px;
    }
    .newsletter p {
        font-size: 15px;
        line-height: 25px;
    }
    .cta h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .text-and-icons h2 {
        font-size: 38px;
    }
    .text-and-icons h4 {
        font-size: 16px;
    }
    .imageFeature div.line {
        width: 20%;
        padding-top: 0;
    }
    .imageFeature .textContainer {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .testimonal-slide .carousel-item {
        height: initial;
        padding-bottom: 50px;
    }
    .home-container a {
        margin-right: 20vw;
    }
    .person-overview {
        margin-bottom: 40px;
    }
    .person-image {
        margin: 40px 0;
    }
    .single-careers-headline p {
        border: none;
        margin: 0;
        padding: 5px 0;
        display: block;
    }
    .breadcrumbs-services,
    .breadcrumbs-careers {
        display: none;
    }
    .client-profiles img {
        margin-bottom: 50px;
    }
    #field_2_2,
    #field_2_4 {
        width: 100%;
    }
    #input_2_1_3,
    #input_2_1_6,
    #input_2_5_3,
    #input_2_5_4 {
        width: 100%;
    }
    .inline-slider .carousel-item {
        padding-bottom: 0;
    }
    .text-and-video.client-profiles a {
        margin: 10% 0 15% 0;
    }
    .text-and-video .client-info p {
        margin-bottom: 0;
    }
    .servicesTitle h2.reg-h2 {
        margin-bottom: 0;
    }
    .servicesTitle .container {
        padding: 0;
    }
    h2.reg-h2 span {
        font-size: 26px;
    }
    a.scrollDown.scrollUp {
        display: block;
    }
    .reg-p {
        font-size: 16px;
    }
    .text-and-video p {
        font-size: 16px;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .text-and-video h2.reg-h2 {
        margin-bottom: 20px;
    }
    h2.reg-h2 {
        font-size: 26px;
    }
    #third-header-link {
        margin-right: 7px;
    }
    .right-header-link img {
        margin-bottom: 2px;
        margin-top: 10px;
    }
    .right-header-link {
        margin: 0 5px !important;
        border: none !important;
    }
    .color-block.test-container {
        padding: 7%;
    }
    .color-block .testimonal-slide p.test-name {
        top: -40px;
        font-size: 10px;
    }
    .testimonal-slide .image-container {
        bottom: -80px;
    }
    .testimonal-slide .carousel-item {
        border-radius: 30px;
    }
    .testimonal-slide h2 {
        font-size: 20px;
        padding: 0 20%;
    }
    .it-text p {
        font-size: 14px;
    }
    .row.links.footer .col-md-4.contactUsSidebar {
        padding: 0;
    }
    .row.map {
        display: none;
    }
    .it-text {
        padding: 12% 12% 20% 12%;
    }
    .service-description {
        width: 100%;
    }
    .service-icon {
        margin: 0 auto 20px auto;
    }
    .service-icon img {
        max-height: 150px;
    }
    .single-service h1 {
        font-size: 35px;
        text-align: center;
    }
    .visit-button {
        margin: 0 auto 20px auto;
    }
    .single-service .description {
        width: 100%;
    }
    .description p {
        font-size: 14px;
    }
    .person .col-md-3 {
        text-align: center;
    }
    .person .col-md-9 {
        padding: 7% 10%;
    }
    .color-block.color-title {
        padding: 12% 5% 8% 5%;
    }
    .color-block.color-title h2 {
        font-size: 20px;
        text-align: center;
    }
    .about-buttons-side {
        text-align: center;
    }
    .first-service {
        margin-top: 40px;
    }
    .last-service {
        margin-bottom: 80px;
    }
    .services h1 {
        font-size: 40px;
    }
    .services h3 {
        font-size: 20px;
    }
    .services p {
        font-size: 14px;
    }
    .footer .left {
        display: none;
    }
    .footer .copyright .names {
        margin-bottom: 10px;
        display: block;
    }
    .footer .copyright {
        font-size: 14px;
        text-align: center;
        margin: 40px 0;
    }
    .footer .logoImg img {
        float: none;
    }
    .testimonials-container {
        margin-bottom: 100px;
    }
    .color-block .carousel-test p.test-name {
        text-align: center;
        display: block;
        color: #fff;
    }
    .color-block .testimonial-slide p.test-name {
        text-align: center;
        display: block;
        color: #fff;
    }
    .carousel-test .image-container {
        bottom: -110px;
        display: block;
        padding: 0;
    }
    .test-image {
        width: 100px;
        height: 100px;
        border: 5px solid #fff;
    }
    .color-block .carousel-test p {
        font-size: 12px;
        width: 65%;
    }
    .color-block .carousel-test h2 {
        font-size: 26px;
        padding: 0 20px;
    }
    .carousel-test .carousel-item {
        border-radius: 20px;
    }
    .dual-text h3.switch {
        font-size: 20px;
    }
    .dual-text h2.switch {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .dual-text.pushover {
        padding: 12% 7% 15% 7%;
    }
    .whats-new h3 {
        font-size: 24px;
    }
    .whats-new h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .kids {
        top: 10%;
    }
    .kids h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .dual-text h3 {
        font-size: 20px;
    }
    .dual-text h2 {
        font-size: 50px;
        margin-top: -10px;
    }
    .dual-text {
        padding: 12% 7% 15% 7%;
    }
    .color-block {
        padding: 12% 5% 8% 5%;
    }
    header.shrink nav a.emergency {
        display: none;
    }
    .single-page .single-headline h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .single-content .col-md-8 {
        padding-right: 15px;
    }
    .blog-card.updates img {
        height: 300px;
        opacity: 0.8;
    }
    .updates-links .col-md-4 {
        margin-bottom: 30px;
    }
    .blog-card.updates h2 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 0;
        left: 0;
        top: 45%;
        text-align: center;
        width: 100%;
        font-size: 30px;
    }
    .updates .img-box {
        background: #000000;
    }
    .blog-card.updates:hover h2 {
        left: 0;
    }
    .featured .blog-card .col-md-8,
    .featured .blog-card .col-md-4 {
        max-width: 100%;
        min-width: 100%;
    }
    .twoBlock.equal .second {
        display: block;
    }
    .twoBlock.equal .site-description.not-red {
        font-size: 12px;
    }
    .composites .col-md-12 {
        margin-left: 0;
    }
    .row-background .site-title,
    .row-background .site-description {
        width: 100%;
        padding-left: 0;
    }
    .wonders p {
        width: 100%;
        font-size: 12px;
        color: #58585a;
    }
    .wonders h2 {
        font-size: 30px;
    }
    .footer.warranty ul,
    .footer.warranty ol {
        text-align: left;
    }
    .links.footer.warranty {
        padding-top: 10%;
    }
    .links-info h2 {
        font-size: 20px;
    }
    .links-info p {
        font-size: 12px;
    }
    .heading h3 {
        font-size: 14px;
        width: 100%;
        line-height: 20px;
    }
    .videos iframe {
        height: auto;
    }
    .boat-name h2 {
        font-size: 24px;
    }
    .boat-name {
        margin-bottom: 30px;
    }
    .featured-boat-p {
        width: 100%;
        margin: 0 auto;
    }
    .boats h1,
    .heading h1 {
        font-size: 25px;
    }
    .partner-logo {
        bottom: 0;
        top: initial;
    }
    .overlay nav {
        margin-left: 30px;
    }
    .button_container {
        left: 5%;
    }
    .top-block {
        margin-top: 75px;
    }
    .overlay ul li a {
        font-size: 25px;
    }
    .reset-mobile {
        display: block;
    }
    .reset-desktop {
        display: none;
    }
    .reset-container {
        padding: 0;
    }
    .button.reset {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
    }
    .button.reset.show {
        border-radius: 30px;
        width: initial;
    }
    .spec-container {
        width: initial;
        margin: 0 auto;
    }
    .spec {
        float: left;
    }
    .filtering .dropdown-menu button {
        border-right: none;
    }
    .filtering .dropdown-toggle {
        border: none;
    }
    .filtering.filtering-name .dropdown-toggle {
        border-top: 1px solid #adadad;
    }
    .boatPartners {
        margin-top: 137px;
    }
    header.shrink h1#logo img {
        height: 70px;
    }
    header.shrink.not-home nav a span {
        color: transparent;
    }
    header.shrink.not-home h1#logo img.no-text {
        display: none;
    }
    .extra-space {
        height: 45px;
    }
    .square {
        width: 100%;
        padding-bottom: 100%;
    }
    .footer .logoImg {
        text-align: center;
    }
    .triplePicture .col-md-4 img {
        text-align: center;
    }
    .cta.luxury {
        padding: 30% 10%;
    }
    .cta h4 {
        padding: 0;
        font-size: 18px;
    }
    .cta p {
        padding: 0;
        font-size: 12px;
    }
    .inline-slider {
        padding: 15% 5%;
    }
    .triplePicture h4 {
        margin-bottom: 110px;
    }
    .triplePicture h2 {
        font-size: 40px;
    }
    .engines .carousel-caption {
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .footer .left,
    .footer .middle {
        text-align: center;
    }
    .footer .right {
        margin-top: 50px;
        text-align: center;
    }
    .footer .right .row {
        display: inline-block;
        width: initial;
        width: 50%;
    }
    .footer .right .row .col-md-6 {
        display: inline-block;
        width: initial;
        padding: 0;
    }
    .footer .middle {
        padding: 0 15px;
        border: none;
    }
    .footer div div h5:nth-of-type(1) {
        margin: 15px 0 3px 0;
    }
    .imageFeature img {
        max-height: 400px;
    }
    .newsletter .form {
        width: 95%;
        left: 3%;
        top: 35px;
    }
    .newsletter .form input {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-appearance: none !important;
    }
    .newsletter .form input#gform_submit_button_1 {
        border-radius: 0 50% 50% 0 !important;
    }
    .newsletter .form #gform_submit_button_1 {
        width: 30px;
        height: 30px;
    }
    .newsletter .sideMotor {
        top: 80px;
    }
    .newsletter p.stayInformed {
        font-size: 12px;
        text-align: center;
    }
    .newsletter h4 {
        font-size: 20px;
        margin-top: 40px;
    }
    .newsletter p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 40px;
    }
    .newsletter {
        height: 120px;
    }
    .imageBlock {
        padding: 15% 7%;
    }
    .twoBlock .second,
    .twoBlock .pointer {
        display: none;
    }
    .line {
        width: 20%;
    }
    .twoBlock .first {
        padding: 20% 10%;
        text-align: center;
    }
    .twoBlock .first p {
        font-size: 25px;
        padding-right: 0;
    }
    .twoBlock .pointer p {
        color: #ffffff;
    }
    .twoBlock .pointer {
        top: initial;
        bottom: 40%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 95%;
    }
    .cta {
        padding: 25% 7%;
    }
    .cta h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .text-and-icons {
        padding: 10% 0;
    }
    .text-and-icons h2 {
        font-size: 30px;
    }
    .text-and-icons .text p {
        margin-bottom: 60px;
    }
    .text-and-icons .icons .col-md-6 {
        width: 50%;
        padding: 0 7%;
    }
    .carousel-indicators li:nth-child(1),
    .carousel-indicators li:nth-child(3) {
        margin-top: 0;
    }
    a.scrollDown {
        display: none;
    }
    br.noMobile {
        display: none;
    }
    .carousel-item:before {
        height: 100%;
    }
    .carousel-caption {
        right: 0;
        bottom: 25%;
        left: 0;
        text-align: center;
        padding: 0 7%;
    }
    .carousel-indicators {
        bottom: 10%;
    }
    .site-description {
        font-size: 12px;
        line-height: 15px;
        padding: 0 7%;
    }
    .site-title {
        font-size: 25px;
        line-height: 30px;
    }
    .carousel-caption.d-none {
        display: block !important;
    }
    .custom-header-media img {
        object-position: 75%;
    }
    #logo img.desktop {
        display: none;
    }
    #logo img.mobile {
        display: block;
    }
    header.shrink {
        height: 75px;
    }
    header.shrink nav {
        height: 35px;
    }
    header.shrink.not-home nav a:nth-of-type(1) {
        border-right: 1px solid transparent;
    }
    header.shrink h1#logo {
        top: 0;
    }
}

@media all and (max-width: 660px) {
    .imageFeature .textContainer h3 {
        font-size: 40px;
    }
    .imageFeature .textContainer p {
        font-size: 12px;
    }
    header.shrink h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        top: 0px;
        text-align: center;
    }
    header.shrink h1#logo img {
        height: 70px;
    }
    header.shrink nav {
        height: 50px;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        float: right;
        margin-top: 9px;
    }
    header.shrink nav a {
        margin: 0;
        padding: 0;
    }
    header.shrink nav a span {
        opacity: 0;
    }
    header.smaller {
        height: 75px;
    }
    header.smaller nav {
        height: 35px;
    }
}