html, body {
    margin: 0 !important;
    background-color: #FFF;
    position: relative;
    font-family: "Whitney A", "Whitney B", Whitney, Verdana, Arial;
    font-size: 17px;
    overflow-x: hidden;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #555;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #555;
}
:-moz-placeholder { /* Firefox 18- */
    color: #555;
}
#wpadminbar {
    top: auto;
    bottom: 0px;
    position: fixed !important;
}
/*
@media screen and (max-width: 991px) {
    html, body {
        font-size: 24px;
    }
}*/
div.top-section > div.row:nth-child(1) {
    margin-top: 20px;
    margin-bottom: 0px;
    height: 144px;
    overflow: hidden;
}
div.top-section > div.row:nth-child(1) div.col-sm-6 {
    padding-right:30px;
}
/*
div.top-section .top-icon {
    width: 200px;
    height:400px;
    float: right;
}*/
div.top-section .top-left-content-row {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
div.top-section .small-font p {
    font-size: 13px;
}
div.top-section .top-icon {
    padding-top: 8px;
}
div.top-section .top-icon img {
    max-height: 120px;
    width: 100%;
}
div.top-section div.row:nth-child(2) {
    margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
    div.top-section div.row:nth-child(1) > div p {
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    div.top-section > div.row:nth-child(1) {
        margin-top: 30px;
        margin-bottom: 17px;
        height: auto;
        overflow: hidden;
    }
    div.top-section div.row:nth-child(1) > div p {
        font-size:26px;
    }
    div.top-section div.row {
        padding-left: 15px;
    }
}
.bold {
    font-weight: bold;
}
.invis {
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6, h7 {
    font-family: Merriweather;
    padding: 0;
    margin: 0;
    letter-spacing: -2px;
}
h1, h2, h3 {
    font-weight:bold;
}
h1, h2 {
    letter-spacing: -1px;
}
h3, h4, h5, h6, h7 {
    letter-spacing: -1px;
}
h5 {
    font-weight:normal;
}
h6 {
    font-size:13px;
    font-weight:bold;
}
h7 {
    font-weight: normal;
}

p {
    margin: 0;
    font-size: 17px;
    padding-bottom: 20px;
    line-height: 26px;
    color: #666;
}
p.webstyle3 {
    text-transform: uppercase;
    font-weight: bold;
}
p.webstyle1 {
    font-weight: 200;
    font-size: 33px;
}
p.webstyle2 {
    font-size: 29px;
}
p.webstyle3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
p.webstyle4 {
    font-size: 22px;
}
p.webstyle5 {
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h7 {
        font-size: 12px;
    }
}

@media (min-width: 991px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 42px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 26px;
    }
    h7 {
        font-size: 18px;
    }
}

blockquote {
    background: transparent;
    border-left: 0;
    margin: 30px 10px;
    padding: 0;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.white {
    color: #FFF;
}
button.navbar-toggle {
    border-radius: 4px;
    border: 0;
    padding: 9px 10px;
}
button.navbar-toggle span.icon-bar{
    display: block;
    width: 35px;
    height: 1.5px;
    border-radius: 10px;
    margin-top: 10px !important;
    background-color: #000 !important;
}
button.navbar-toggle span.icon-bar:nth-child(1) {
    margin-top: 0px !important;
}

div.search-form-container {
    margin: 8px 0 0 15px;
    padding: 0;
    float: right;
    max-width: 150px;
}
footer {
    color: #bebdbd;
    position: relative;
    z-index:2;
}

footer ul#menu-footer-nav li {
    list-style: none;
    float: left;
    margin-right: 25px;
}
footer ul#menu-footer-nav li a {
    text-decoration: none;
    color: #bebdbd;
}
footer ul#menu-footer-nav li a:hover {
    text-decoration: underline;
}
footer div.footerContact h2 {
    font-size: 64px;
    color: #bebdbd;
    margin: 0;
    padding: 0 0 25px 0;
}

/* Overwrite some bootstrap stuff to make it prettier */
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    padding-bottom: 6px;
    font-size:14px;
}
@media screen and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 30px;
        color: #FFF;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
    text-decoration-color: #00c4c4;
}
.navbar-default .navbar-nav>li.active >a {
    background-color: transparent;
    border-bottom: #00c4c4 1px solid;
    text-decoration: none;
    color: #000;
}
.navbar-default .navbar-nav>li.active >a:hover {
    background-color: transparent;
}
/*
div.menu-main-navigation-container {
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 9;
}

div.menu-main-navigation-container ul li {
    float: right;
    list-style: none;
    padding: 0 15px;
    margin: 0;
    text-align: center;
}

div.menu-main-navigation-container ul li a {
    text-decoration: none;
    color: #000;
}
div.menu-main-navigation-container ul li a:hover {
    text-decoration: underline;
}
*/
a#logo img {
    width: 150px;
    padding: 25px 0 25px 0;
}
a#bottom-logo img {
    width: 150px;
    padding: 25px 0 25px 0;
}
@media screen and (max-width: 991px) {
    a#logo img {
        width: 80px;
        margin-left:30px;
    }
    a#bottom-logo img {
        width: 80px;
        margin-left:15px;
    }
}
div.menu-container {
    height:156px;
}

div.menu-container div.menu-background {
    background-color:#FFF;
    left: 0;
    z-index:10;
}
@media screen and (max-width: 991px) {
    div.menu-container {
        height:106.5px;
    }
}
div.row.adapt-row {
    width: 100%;
    background-color: #FFF;
    transition: background-color 0.3s ease;

}
div.row.adapt-row div:first-child {
    padding-left:0;

}
div.whiteBG {
    background-color: #FFF !important;
}
.navbar {
    margin-bottom:0;
}
button.navbar-toggle:hover {
    background-color: transparent !important;
}

div.pageCentering {
    position: relative;
    width: 1230px;
    margin-top: 0;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

div.contentCentering {
    position: relative;
    margin: 0 150px;
}

div.footer {
    background-color: #333030;
    position: relative;
    z-index:1;
}

div#bs-navbar-collapse-bottom ul li a {
    color: #FFF;
}
table#footer-container {
    width: 100%;
    margin-bottom: 60px;
}
table#footer-container td {
    width: 50%;
}
table#footer-container td div#say-hello > div > div p{
    padding-bottom:0;
}
@media screen and (max-width: 991px) {
    table#footer-container td {
        padding-left: 30px;

    }
    table#footer-container td div#say-hello > div > div{
        padding-bottom: 30px;

    }
}
table#footer-container td a{
    color: #bebdbd;
}
table#footer-container td a:hover{
    text-decoration: none;
    color: #DDD;
}
table#footer-container h2{
    padding-bottom: 30px;
}
td.footer-info {
    margin: 50px 0 15px 0;
}
td.footer-info p {
    float: left;
    margin: 0 50px 0 0;
    padding: 0;
    color: #bebdbd;
}
td.footer-info ul {
    padding: 0;
    margin: 0;
    float: left;
}


div.adapt-row {
    margin: 0;
}

ul.socialMedia {
    position: fixed;
    top: 365px;
    left: 5px;
    padding: 0;
    margin: 0;
}

ul.socialMedia li {
    list-style: none;
    margin: 25px 0 25px 0;
}
/*
ul.socialMedia li a {
    padding: 4px 0 10px 0;
    height: 35px;
    width: 35px;
    background:rgba(255,255,255,0.5);
    transition: background-color 0.4s ease;
}

ul.socialMedia li:nth-child(1) a:hover {
    background:rgba(59,89,152,1);
}
ul.socialMedia li:nth-child(2) a:hover {
    background:rgba(29,161,242,1);
}
ul.socialMedia li:nth-child(3) a:hover {
    background:rgba(0,123,182,1);
}
ul.socialMedia li:nth-child(4) a:hover {
    background:

            linear-gradient( #400080, transparent),



            linear-gradient(
                    200deg, #d047d1, #ff0000,    #ffff00);
}*/

ul.socialMedia li a img {
    padding-top: 0px;
    padding-left: 0px;
    width:40px;
}
@media screen and (max-width: 990px) {
    div#bs-navbar-collapse {
        position: absolute;
        background-color: rgb(255, 255, 255);
        z-index: 10;
        width: 100%;
        top: 45px;
    }
    .container {
        width: 100% !important;
        padding: 0 !important;;
        margin: 0 !important;;
    }
    ul.socialMedia {left: auto; right: 20px !important;}
}

@media (min-width: 991px) {
    .container {
        width: 90% !important;
    }

}
div.container {
    max-width: 1200px;
    padding-left: 0; /** Overwriting Bootstrap since it made FF and Chrome disagree on max-width) */
    padding-right:0;
}
.fab-button {
    display: block;
    border-radius: 50%;
    height: 60px;
    cursor: pointer;
    width: 60px;
}
.fab-button img {
    padding-top: 10px;
    padding-left: 10px;
    width: 50px;
}
.fab-subscribe {
    background: #fcbb14;
}
.the-big-one {
    position: relative;
    display: block;
    border-radius: 50%;
    height: 310px;
}
div.adaptable-image img {
    width: 100%;
    height: auto;
}
.blog-graphics, a.blog-element-device div.graphics {
    border-top: #000 1.5px solid;
    padding-top: 12px;
    width: 50px;
    margin-bottom: 40px;
}
@media screen and (max-width: 990px) {
    .blog-graphics, a.blog-element-device div.graphics {
        margin-bottom: 20px;
    }
    a.blog-element-device p.webstyle4 {
        font-size:18px;
    }
}
.blog-graphics img, a.blog-element-device div.graphics img {
    width: 15px;
}
div.turquoise-container {
    background-color: #00c4c4;
    position: relative;
    height: 500px;
}
@media screen and (max-width: 991px) {
    div.turquoise-container {
        height: 400px;
    }
}



/**
    FAB MORPH
 */
.cd-section {
    z-index: 2;
}
.cd-section-main-menu {
    position: absolute;
    right: 0;
}

.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #fcbb14;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
/*
.cd-section-main-menu .cd-modal {
    background-color: #FFF;
}*/
.cd-section-business-problems-menu .cd-modal, .cd-section-main-menu .cd-modal {
    background-color: #00c4c4;
}
.cd-section-main-menu .cd-modal li {
    text-align: center;
}
.cd-section-main-menu .cd-modal a {
    display: inline-block;
    font-size: 30px;
    padding-bottom: 10px !important;
    margin-bottom: 25px;
}
.cd-modal::after {
    /* gradient overlay at bottom of modal window */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    background: transparent;
    background-color: #fcbb14
}
/*
.cd-section-main-menu .cd-modal::after {
    background-color: #FFF
}*/
.cd-section-business-problems-menu .cd-modal::after, .cd-section-main-menu .cd-modal::after {
    background-color: #00c4c4;
}
.cd-modal .cd-modal-content {
    height: 100%;
    width: 100%;
    padding: 3em 5%;
    text-align: left;
    overflow-y: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
    color: #ffffff;
    line-height: 1.6;
    margin: 2em 0;
}
.modal-is-visible .cd-modal {
    z-index: 20;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 991px) {
    .cd-modal .cd-modal-content {
        padding: 8em 10%;
    }
}
@media only screen and (min-width: 991px) {
    .cd-modal .cd-modal-content {
        padding: 12em 20%;
    }
    .cd-modal p {
        font-size: 2rem;
        line-height: 2;
    }
}

div.contact-fab {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}

.cd-modal-action {
    position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
    display: inline-block;
    height: 4em;
    background-color: #fcbb14;
}
/*.cd-section-main-menu .cd-modal-action .btn, .cd-section-main-menu .cd-modal-action .cd-modal-bg {
    background-color: #FFF;
}*/
.cd-section-main-menu .cd-modal-content {
    margin-left:15px;
}
.cd-section-business-problems-menu .cd-modal-action .btn, .cd-section-business-problems-menu .cd-modal-action .cd-modal-bg, .cd-section-main-menu .cd-modal-action .btn, .cd-section-main-menu .cd-modal-action .cd-modal-bg {
    background-color: #00c4c4;
}

.cd-modal-action .btn {
    width: 12.5em;
    border-radius: 5em;
    color: #ffffff;
    line-height: 4em;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
    width: 4em;
    color: transparent;
    -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
    -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
    transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 0;
    width: 4em;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-2em);
    -moz-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    -o-transform: translateX(-2em);
    transform: translateX(-2em);
    -webkit-transition: visibility 0s 0.5s;
    -moz-transition: visibility 0s 0.5s;
    transition: visibility 0s 0.5s;
}
.cd-section-business-problems-menu .cd-modal-action .cd-modal-bg {
    border-radius: 0%;
}

.cd-modal-action .cd-modal-bg.is-visible {
    opacity: 1;
    visibility: visible;
}

.cd-modal-close {
    position: fixed;
    z-index: 30;
    top: 15px;
    right:15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: url(../images/black_x.svg);
    background-repeat: no-repeat;
    backgrounc-position:  center center;
    cursor: pointer;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media only screen and (min-width: 991px) {
    .cd-modal-close {
        top: 70px;
        right: 70px;
    }
}

/**
    Style forms within this area
 */
.cd-modal-content label {
    width: 100%;
}
.cd-modal-content input,  .cd-modal-content textarea, .cd-modal-content select {
    width: 100%;
    border: 0;
    background-color: #fac241;
    line-height: 24px;
    padding: 12px;
}
.cd-modal-content textarea {
    height: 450px;
}

.grecaptcha-badge {
    display: none !important;
}
.load-more {
    text-align: center;
    margin-bottom: 100px;
}
.load-more a {
    font-weight: bold;
    color:#000;
}
.load-more a:hover {
    text-decoration: none;
    cursor: pointer;
}
.device-button {
    text-align: center;
    padding-top: 50px;
}
.device-button a {
    display: inline-block;
    padding: 10px;
    border: #000 2px solid;
    width: 50vw;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.device-button a:hover {
    text-decoration: none;
}
.contact-form {
    padding: 10px;
    border: #000 2px solid;
    width: 287px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    background-color: transparent;
}
.share-with-friends-container {
    margin-top:20px;
    margin-bottom:30px;
}
.share-with-friends-container hr {
    margin-top:10px;
    margin-bottom:10px;
}
.share-with-friends {
    font-size: 12px;
    color: #888;
}
.a2a_button_email img {
    width:14px !important;
    height:14px !important;
}
.a2a_button_twitter img {
    width:14px !important;
    height:14px !important;
}
.a2a_button_facebook {
    padding-left:0 !important;

}.a2a_button_facebook img {
    height:16px !important;
}
@media only screen and (max-width: 991px) {
    .navbar-default .navbar-nav>.open>a {
        background-color: transparent !important;
        color: #FFF !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a {
        background-color: transparent !important;
        color: #FFF !important;
    }
}
.a2a_button_email {
    padding-left: 0!important;
}
}