/*
* Custom Stylesheet
*/


/* ==========================================================================
/                                                                           /
/                              Table Of Contents                            /
/                                                                           /
=============================================================================

# Content Defaults
    ## UiKit Content Defaults

# Theme Defaults ( Main Container Widths and Styles )

# Header Styles 

# Nav Styles
    ## General Styles
    ## Level 1 Active State
    ## Level 1 Hover State
    ## Dropdown Styles
        ### Dropdown Active
        ### Dropdown Hover
    ## Mobile Menu
        ### Mobile Toggle Styles ( The actual hamburger icon )
            ### Mobile Menu Background (Mobile Menu Background and Link Styles)
            ### Mobile Menu Active
            ### Mobile Menu Hover
# Top A
    ## Widgetkit 2.0
        ## Dot Nav
        ## Slider Arrows

# Top B

# Top C

# Top D

# Top E

# Bottom A

# Bottom B

# Bottom C

# Bottom D

# Bottom E

# Main Top

# Main Bottom

# Sidebars

# Footer

# Fixed Widget

# Gravity Forms
    ## General Settings
        ## Field widths, sizes and borders
        ## Changes Browsers blue focus ring
        ## Form Button
        ## Google Captcha Responsive
        ## Confirmation and Error Message
        ## Gform Placeholder

# Responsive

# Pick 8 Features 
( Commented Out, If needed ad the widget from inactive widgets in wordpress 
and delete comments from this stylesheet and theme.js)
    ## Fixed Form
    ## Exit intent Popup
    ## Immediate Callback 

# Assorted Commented Out Code ( Katana Search, Katana Blog, Katana Testimonials)
( Commented Out, If needed ad the widget from inactive widgets in wordpress 
and delete comments from this stylesheet as well as in the theme.js file and theme.php)
    ## Katana Blog Feed 
    ## Katana Testimonials
    ## Unity Homepage Switcher
    ## Katan Style Search

*/

/* ===========================================================================
/                                                                            /
/                                                                            /
/=============================================================================

/* ==================================== /
/                                       /
/           Content Defaults            /
/                                       /
======================================= */
p.red-black {
    text-shadow: -1px 0 #000, 0 3px #000, -2px 0 #000, 0 -3px #000;
    font-size: 3.5vw;
    text-align: center;
    color: #ec1c24;
}

body, button, input, select, textarea {
    color: #000;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 1.5;
}

.home main.tm-content {
    padding: 50px 0px;
}

main.tm-content {
    padding: 20px 0px;
}

.page-id-262 .bottom-d-wrap, .page-id-264 .bottom-d-wrap, .page-id-263 .bottom-d-wrap {
    display: none;
}

/*
h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}
*/
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
    color: #2d2d2d;
    line-height: 1.5em;
    clear: both;
}

h1.uk-article-title {
    font-family: Montserrat;
    color: #2d2d2d;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
}

h3.uk-panel-title {
    font-family: Montserrat;
    color: #2d2d2d;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

li {
    font-family: 'Open Sans', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

em {
    font-family: 'Open Sans', sans-serif;
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

a {
    font-family: 'Open Sans', sans-serif;
    color: #0074a2;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

a:hover {
    text-decoration: none;
} 
.call-num a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.bottom-content-num a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.bottom-content-num i.uk-icon-phone{
	margin-right: 10px;
}

/*--------------------------Content Request-------------------------*/

.page-id-145 .uk-article-title,
.page-id-144 .uk-article-title {
    display: none;
}

.line-small {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}

.line-medium {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.line-large {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}

.line-small span {
    width: 100%;
    display: inline-block;
}

.line-small span i {
    width: 20%;
    text-align: center;
}

.line-small span:before , .line-medium span:before , .line-large span:before {
    content: '';
    display: inline-block;
    max-width: 36%;
	width:100%;
    height: 2px;
    background: #2d2d2d;
    margin-right: 4%;
}

.line-small span:after , .line-medium span:after , .line-large span:after {
    content: '';
    display: inline-block;
    max-width: 36%;
	width:100%;
    height: 2px;
    background: #2d2d2d;
    margin-left: 4%;
}

.border-heading {
    border-left: 2px solid;
    padding-left: 16px;
}

.circle-image {
    border-radius: 50%;
}

.small-underline {
	position:relative;
}

.small-underline:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 75px;
    background: #2d2d2d;
    bottom: 0;
    left: 0;
}

.left-justify {
    text-align: left;
}

.right-justify {
    text-align: right;
}


/* UiKit Content Defaults ======================== */

ul.uk-check-list li {
    list-style: none;
}

ul.uk-check-list li:before {
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
} 

ul.uk-check-list-square li {
    list-style: none;
}

ul.uk-check-list-square li:before {
    content: "\f046";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
}

ul.uk-list-no-dot {
    padding: 0;
    list-style: none;
}

ul.uk-list-no-dot li {
    line-height: 2;
}

main.tm-content .uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

main.tm-content .uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

main.tm-content .uk-panel-box-primary {
    background-color: #b91616;
}

main.tm-content .uk-panel-box-primary ul li {
    color: #fff;
}

main.tm-content .uk-panel-box-primary h2 {
    color: #fff;
}

main.tm-content .uk-panel-box-primary p {
    color: #fefffc;
}

main.tm-content .uk-panel-box-secondary {
    background: #eeeeee;
}

main.tm-content .uk-panel-box-secondary  ul li {
    color: #fff;
}

main.tm-content .uk-panel-box-secondary p {
    color: #fefffc;
}

main.tm-content .uk-panel-box {
    padding: 15px;
    color: #fefffc;
    background-color: #b91616;
}

main.tm-content .uk-panel-box p {
    color: #fefffc;
}

.uk-list-striped > li:nth-of-type(odd) {
    background-color: #b91616;
    color: #fefffc;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background-color: #b91616;
    color: #fefffc;
}

.uk-table-hover tbody tr:hover {
    background-color: #b91616;
    opacity: 0.8;
    color: #fefffc;
}

code {
    color: #000!important;
}

.alternate-list-margins {
    margin-top: 3px;
    margin-left: 25px;
}

.wrapper-content {
    margin: 20px 0;
}

.remove-top-margin {
    margin-top: 0px;
}

.remove-bottom-margin {
    margin-bottom: 0px;
}

.sublist-margins {
    margin-top: 3px;
    margin-left: 10px;
}

/* Contact us maps page */ 

main.tm-content .uk-panel-box-primary .wpgmp_map p {
    color: #000;
}

/* ==================================== /
/                                       /
/           Theme Defaults              /
/                                       /
======================================= */


.width-2 {
	float: left;
	width: 50%;
}

.width-3 {
	float: left;
	width: 33.333%;
}

.width-4 {
	float: left;
	width: 25%;
}

.width-5 {
	float: left;
	width: 20%;
}

.transform-relative {
    position: relative;
}

.transform {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transformX {
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.transformY {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

ul.layout-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear-both {
	clear: both;
}

.uk-container.uk-container-center {
    max-width: 1270px;
}

.uk-panel-box {
    padding: 0px;
    background: none;
    color: #444444;
}

.uk-panel-box>.uk-panel-teaser {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

.uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

/* ==================================== /
/                                       /
/           Header Styles               /
/                                       /
======================================= */
body {
    background-color: #ec1c24;
    padding-bottom: 32px;
}

.tm-headerbar {
    margin: 0px;
    font-size: 0;
    padding: 0 16px;
}

.tm-headerbar .uk-panel {
    max-width: inherit;
}

.tm-headerbar .uk-panel {
    max-width: inherit;
    width: 100%;
    float: left;
}

.width-70 {
    max-width: 70%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 16px;
    box-sizing: border-box;
}

.width-30 {
    max-width: 30%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
	padding: 16px;
    box-sizing: border-box;
	text-align:right;
}

.call-us-wrap {
    text-align: center;
    margin-bottom: -45px;
}

.call-us-wrap .call-us {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
	margin:0 10px 0 0;
    display: inline;
}

.call-us-wrap p.call-num {
    color: #fff;
    font-family: Montserrat;
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    display: inline-block;
}

p.satisfied {
    color: #fef989;
    font-size: 2.5vw;
    font-weight: 700;
}
.call-num i.uk-icon-phone {
    display: inline-block;
	margin-right:10px
}

/* ==================================== /
/                                       /
/              Nav Styles               /
/                                       /
======================================= */

.nav-wrap {
    max-width: 30%;
    width: 100%;
    display: inline-block;
    padding: 16px 16px 16px 32px;
    box-sizing: border-box;
}

.uk-navbar-nav {
    width: 100%;
}

.uk-navbar-nav > li {
    width: 100%;
}

/* Nav General Styles ===================== */

nav.tm-navbar.uk-navbar {
    margin: 0px;
    background: none;
}

/* Nav text styling */

.uk-navbar-nav > li > a {
    height: inherit;
    padding: 0 15px;
    line-height: 55px;
    color: #000;
    font-family: Montserrat;
    font-size: 2vw;
    font-weight: 400;
    color: #fef989;
    text-transform: uppercase;
    border-bottom: 3px solid white;
    padding: 5px 0;
}


/* Level 1 Active State */

.uk-navbar-nav > li.uk-active > a {
    background-color: transparent;
    color: #2d5076;
    border-radius: 0px;
}

/* Level 1 Hover State */

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    background-color: transparent;
    color: #2d5076;
    border-radius: 0px;
}

/* Dropdown Styles */

.uk-dropdown-navbar {
    margin-top: 0;
    color: #fff;
    opacity: 0.9;
    background: -webkit-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: -moz-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: -o-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: -ms-linear-gradient(90deg, #e4e4e4 0%, #ffffff 100%);
	background: linear-gradient(0deg, #e4e4e4 0%, #ffffff 100%);
}

.uk-dropdown .uk-nav {
    margin: 0;
}

.uk-nav-navbar > li > a {
    color: #fff;
}

/* Dropdown Active and Hover */

.uk-nav-navbar > li.uk-active > a {
    background: none;
	color: #000;
}

/* Dropdown Hover */

.uk-nav-navbar > li:hover > a, .uk-nav-navbar > li > a:focus, .uk-nav-navbar > li.uk-open > a {
    background: none;
	color: #000;
}

/* Mobile Menu ==================================================================== */

/* Mobile Toggle Styles ==================== */

/* Toggle Color */
.uk-navbar-toggle {
	color: #fff;
}

/* Toggle Hover */

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #2d5076;
}


/* Mobile Menu Background ================== */

.uk-offcanvas-bar {
    width: 270px;
    max-width: 100%;
    background: #2d5076;
}

/* Mobile Menu level 1 font styling */

.uk-nav-offcanvas > li > a {
    color: #fff;
    padding: 10px 15px;
}

/* Mobile Menu Level 2 font styling */

.uk-nav-offcanvas ul a {
    color: #fff;
}

/* Mobile Menu Active ================== */

/* Level 1 Active */

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #de1b23;
    color: #ffffff;
}

/* Level 2 Active */

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #de1b23;
}

/* Mobile Menu Hover ================== */

/* Level 1 Hover */

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #de1b23;
    color: #ffffff;
    outline: none;
    border-radius: 3px;
}

/* Level 2 Hover */

html:not(.uk-touch) .uk-nav-offcanvas ul a:active {
    color: #de1b23;
}

/* ==================================== /
/                                       /
/                Top A                  /
/                                       /
======================================= */
.home-wrap {
    font-size: 0;
}

.top-a-wrap {
    display: inline-block;
    max-width: 70%;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
}

section.tm-top-a.uk-grid img {
    margin: 5px 0;
}

.home-image-wrap {
    position: relative;
}

.home-image-phone {
    font-size: 24px;
    position: absolute;
    top: 88%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    left: 28%;
}
.home-image-phone a {
    font-size: 3.5vw;
    text-shadow: -3px 0 #ffffff, 0 3px #ffffff, 3px 0 #ffffff, 0 -3px #ffffff;
    color: #e30e19;
}

.bsc-custom-wrap {
	  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	margin-bottom:20px;
}

.bsc-img {
	width: 28%;
}

/* Widgetkit 2.0 ===================================================== */

/* Dot Nav ==========================*/

/* Normal State */
.uk-dotnav > * > * {
    background: #fff;
}

/* Active State */

.uk-dotnav > *.uk-active > * {
    background: #ffe734;
}

/* Focus and Hover */

.uk-dotnav > * > *:hover, .uk-dotnav > * > *:focus {
    background: #ffe734;
    outline: none;
}

/* Slider Arrows ==========================*/

/*
.uk-slidenav-position .uk-slidenav {
    display: none;
    position: absolute;
    top: 48%;
    z-index: 1;
    margin-top: -30px;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 20px;
}

.uk-slidenav-next:before {
	content: "\f105";
    font-family: FontAwesome;
    font-size: 125px;
    color: #017dc3;
    font-weight: bold;
}

.uk-slidenav-previous:before {
	content: "\f104";
    font-family: FontAwesome;
    font-size: 125px;
    color: #017dc3;
    font-weight: bold;
}

.uk-slidenav-contrast:hover, .uk-slidenav-contrast:focus {
    opacity: 0.6;
}

*/

/* ==================================== /
/                                       /
/                Top B                  /
/                                       /
======================================= */
.top-b-wrap {
    display: inline-block;
    max-width: 28%;
    width: 100%;
    padding: 16px 32px 16px 16px;
    box-sizing: border-box;
    vertical-align: top;
}
.top-wrapper {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

section.tm-top-b.uk-grid h3, .q-h4 {
    text-shadow: 0 8px 4px rgba(0, 0, 0, 0.5);
    color: white;
    font-family: Montserrat;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

section.tm-top-b.uk-grid .uk-width-1-1, h4.q-h4 {
    padding: 0;
}

section.tm-top-b.uk-grid {
    margin: 0;
}
.tm-bottom-d .widget_text {
    text-align: center;
}
.F1, .F2, .F3{
    position: relative;
    margin: 60px 0;
}

.bb-bsc-img {
    margin: 16px 0; 
}

.tm-bottom-d .F1, .tm-bottom-d .F2, .tm-bottom-d .F3 {
    width: 24%;
    display: inline-block;
}

h4.q-h4 {
    display: inline-block;
    max-width: 20%;
    vertical-align: middle;
}

.tm-bottom-d span {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
}


.featured-content {
    position: absolute;
    bottom: 0;
    height: 50%;
    left: 0;
    right: 0;
    padding: 12px;
    box-sizing: border-box;
}

.featured-content h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.25;
    width: 100%;
    margin: 0;
    max-width: 300px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 12px;
}
/* ==================================== /
/                                       /
/                Top C                  /
/                                       /
======================================= */
p.bottom-content-num {
    color: #fafafa;
    font-family: Montserrat;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
.top-wrapper {
    display: none;
}
.home .top-wrapper {
    display: inline-block;
}
.bottom-content-wrap {
    font-size: 0;
	padding:0 16px;
	box-sizing:border-box;
}

p.bottom-content-num,.page-id-151 p.bottom-content-num   {
    color: #fafafa;
    font-family: Montserrat;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
	margin-top: 50px;
}

.home .footer-section.bsc-custom-wrap {
    display: none !important;
}
.footer-section.bsc-custom-wrap {
    width: 900px;
    margin: auto;
}
.social img {
    padding: 0 5px;
}

.social {
    text-align: center;
}

.social a {
    width: 33.33%;
    display: inline-block;
}
/* ==================================== /
/                                       /
/                Top D                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/                Top E                  /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom A                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom B                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom C                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/              Bottom D                 /
/                                       /
======================================= */

.raqo-wrap {
    box-sizing: border-box;
    margin: 60px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.raqo-left-cont {
    box-sizing: border-box;
    width: 27%;
}

.raqo-title {
    text-shadow: 0 8px 4px rgba(0, 0, 0, 0.5);
    color: white;
    font-family: Montserrat;
    font-size: 3.5vw;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
}

.raqo-right-cont {
    box-sizing: border-box;
    width: 70%;
    padding: 16px 32px 16px 16px;
}

.top-box, .bottom-box {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.raqo-links {
    box-sizing: border-box;
    display: block;
    width: 30%;
    margin-bottom: 30px;
    border: 8px solid #e3de0c;
    padding-bottom: 8px;
}

.raqo-link-spacer {
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.raqo-links img {
    width: 100%;
    margin-top: -20px;
}

.raqo-links h4 {
    text-align: center;
    color: white;
    font-family: Montserrat;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1.25;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 20px;
}

img.bb-bsc-img {
    width: 30%;
    margin: 30px 0;
}



/* ==================================== /
/                                       /
/              Bottom E                 /
/                                       /
======================================= */

/* ==================================== /
/                                       /
/                Main Top               /
/                                       /
======================================= */

/* Award winner page */

.award-winner {
    color: #ff0000;
    font-size: 90px;
    text-align: center;
    text-shadow: 1px 1px 0px #fbcc1b, 1px -1px 0px #fbcc1b, -1px 1px 0px #fbcc1b, -1px -1px 0px #fbcc1b;
    text-decoration: underline;
}

/* As seen on TV page */

.page-id-148 h1.uk-article-title {
    text-align: center;
}

/* Movers to the Rich and Famous */

.page-id-149 h1.uk-article-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #ff0000;
    text-shadow: 1px 1px 0px #fbcc1b, 1px -1px 0px #fbcc1b, -1px 1px 0px #fbcc1b, -1px -1px 0px #fbcc1b;
}

/* Video pages */

.page-id-484 h1.uk-article-title, .page-id-494 h1.uk-article-title {
    text-align: center;
}

/* ==================================== /
/                                       /
/             Main Bottom               /
/                                       /
======================================= */

/* Free estimate number and text */

.bottom-content-num .free-est {
    display: block;
}

/* .home .bottom-content-num .free-est {
    display: inline-block;
} */

.bottom-content-wrap .width-30, .bottom-content-wrap .width-70 {
    vertical-align: bottom;
}

.bottom-content-wrap .width-70 {
    width: 100%;
    max-width: 100%;
}

img.alignright.prom {
    margin-right: 27px;
    margin-left: 0;
}

/* ==================================== /
/                                       /
/              Content                  /
/                                       /
======================================= */

#panel-149-0-0-2 h3.widget-title:after {
    content: "Long Island";
    display: inline-block;
    right: 11%;
    position: absolute;
    font-size: 25px;
}
.main-content-wrap {
    max-width: 70%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /*margin-top: 16px;*/
}

.content-wrap {
    background: #fff;
    margin: 16px 32px 16px 16px;
    min-height: 1225px;
}

/* Awards page font size */


/* ==================================== /
/                                       /
/              Footer                   /
/                                       /
======================================= */

.footer-wrap {
    background-color: #2d5076;
    max-width: 96%;
    margin: 0 auto;
}

.tm-footer {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

p.copy-text {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0px;
    vertical-align: bottom;
}

/* ==================================== /
/                                       /
/           Gravity Forms               /
/                                       /
======================================= */
.gform_footer.top_label {
    width: 100%;
    height: auto;
    font-size: 18px;
}

.validation_error {
    font-size: 18px!important;
}

.page.page-id-264 h3, .page.page-id-263 h3, .page.page-id-262 h3 {
    color: #000;
}
/* ==========================================================================
/                                                                           /
/                           Table Of Contents                               /
/                        gf_left_50  gf_right_50                            /
/                                                                           /
===========================================================================*/

section.tm-contact-form.uk-grid {
    padding-bottom: 20px;
}

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
}

span.gform_description {
    display: none !important;
}

.html-container {
    display: none;
}

textarea.html-viewer {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
    min-height: 50px;
    height: auto;
    background: #f5f5f5;
    font-size: 16px;
    padding: 16px;
}

body .gform_wrapper ul li.gfield {
    padding-top: 0;
    padding: 0 !important;
    font-size: 0;
}

.gform_wrapper select, .gform_wrapper textarea {
    font-size: 16px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
}

.clear-both {
    clear: both;
}

.gform_wrapper {
    max-width: 100%;
}

.gform_wrapper .hidden_label input.large,.gform_wrapper .hidden_label select.large,.gform_wrapper .top_label input.large,.gform_wrapper .top_label select.large {
    width: 100%;
    border: 1px solid #a9a9a9;
}

.gform_wrapper .top_label .gfield_label {
    display: block;
    font-size:18px;
}

.gform_wrapper textarea.small {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #a9a9a9;
}

.gform_wrapper h3.gform_title {
    margin: 0;
}

.gform_wrapper .gform_heading {
    margin-bottom: 0;
}

.gform_heading {
    color: #797979;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title {
    font-weight: 500;
    color: #797979;
    margin-bottom: 10px;
}

 h3.gform_title {
    color: #fff;

}

/* Estimates */

.page-id-226 h3.gform_title {
    color: #000;
    text-align: left;
    font-size:28px;
}

.page-id-226 li#field_7_10 {
    border: none;
    color: #000;
}

.page-id-226 h2.gsection_title {
    color: #000;
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    width: 60px !important;
}

/* end estimates */

input.gform_button.button {
    font-family: Montserrat, sans-serif;
    background-color:#ec1c24;
    color:#FFF;
    border:none;
}

input.gform_button.button:hover {
    cursor:pointer;
    color:#fef989;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 20px;
}

body .standard-side-form .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-small .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-inline-right .gform_wrapper label.gfield_label+div.ginput_container,body .standard-side-form-inline-left .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 15px;
}

.gform_wrapper input[type=email],.gform_wrapper input[type=number],.gform_wrapper input[type=password],.gform_wrapper input[type=tel],.gform_wrapper input[type=text],.gform_wrapper input[type=url] {
    text-indent: inherit;
    padding: 10px !important;
    box-sizing: border-box;
}

.gform_wrapper textarea {
    padding: 10px;
}

input#gform_submit_button_1 {
    height: 76px;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #797979;
    border: none;
}

input#gform_submit_button_1:hover {
    background-color: #a7a7a7;
    cursor: pointer;
}

.gform_wrapper .gform_heading {
    width: 100%;
}

.gform_wrapper .gform_footer {
    padding: 0;
    margin: 20px 0 0;
}

.standard-side-form .gform_wrapper .gform_footer,.standard-side-form-small .gform_wrapper .gform_footer,.standard-side-form-inline-right .gform_wrapper .gform_footer,.standard-side-form-inline-left .gform_wrapper .gform_footer {
    padding: 0;
    margin: 15px 0 0;
}

.g-recaptcha > div div {
    float: left;
    max-height: 78px;
}

/*------ Standard-Form | Standard-Form-Small -----*/
.standard-form .gform_wrapper form,.standard-form-small .gform_wrapper form {
    max-width: 675px;
    text-align: left;
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*------ Side-Form -----*/
.standard-side-form .gf_left_50,.standard-side-form .gform_wrapper li.gf_right_50,.standard-side-form-inline-right .gf_left_50,.standard-side-form-inline-right .gform_wrapper li.gf_right_50,.standard-side-form-inline-left .gf_left_50,.standard-side-form-inline-left .gform_wrapper li.gf_right_50,.standard-side-form-small .gf_left_50,.standard-side-form-small .gform_wrapper li.gf_right_50 {
    max-width: 100%;
    margin: 0 !important;
}

.standard-side-form,.standard-side-form-small {
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
}

.standard-side-form-inline-right,.standard-side-form-inline-left {
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
}

.standard-side-form input#gform_submit_button_1 {
    height: 55px;
}

.standard-side-form-small input#gform_submit_button_1 {
    max-width: 225px;
    margin: 0 auto;
    display: block;
    height: 55px;
}

/*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
.standard-form-small-right,.standard-form-small-left {
    max-width: 510px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    .standard-form-small-right .gf_left_50,.standard-form-small-left .gf_left_50 {
        max-width: 48.5%;
        margin-right: 1.5%;
    }

    .standard-form-small-right .gform_wrapper li.gf_right_50,.standard-form-small-left .gform_wrapper li.gf_right_50 {
        max-width: 48.5%;
        margin-left: 1.5% !important;
    }

    .standard-form-small-right h3 {
        text-align: right;
    }

    .standard-form-small-left h3 {
        text-align: left;
    }

    /*------Standard Form-----*/
    .gf_left_50 {
        max-width: 49%;
        width: 100%;
        display: inline-block;
        margin-right: 1%;
    }

    .gform_wrapper li.gf_right_50 {
        display: inline-block;
        max-width: 49%;
        width: 100%;
        margin-left: 1% !important;
    }

    .standard-form .g-recaptcha {
        max-width: 45%;
        width: 100%;
        float: left;
        margin-right: 1%;
        overflow: hidden;
    }

    .standard-form .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 53%;
        width: 100%;
        margin-left: 1%;
    }

    /*------ Standard-Form-Small -----*/
    .standard-form-small .g-recaptcha {
        max-width: 45%;
        width: 100%;
        float: left;
        margin: 0 1% 0 4%;
        overflow: hidden;
    }

    .standard-form-small .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 45%;
        width: 100%;
        margin: 0 4% 0 1%;
    }

    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    .standard-form-small-right .g-recaptcha,.standard-form-small-left .g-recaptcha {
        max-width: 60%;
        width: 100%;
        float: left;
        overflow: hidden;
        margin-right: 1%;
    }

    .standard-form-small-right .gform_wrapper .gform_footer,.standard-form-small-left .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 38%;
        width: 100%;
        margin-left: 1%;
    }

    /*---------------------SIDE-FORM-INLINE-------------------------*/
    .standard-side-form-inline-right .g-recaptcha {
        max-width: 74%;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-right: 1.5%;
    }

    .standard-side-form-inline-right .gform_footer.top_label {
        margin: 0;
        float: left;
        max-width: 23%;
        width: 100%;
        margin-left: 1.5%;
        clear: inherit;
    }

    .standard-side-form-inline-left .g-recaptcha {
        max-width: 74%;
        float: right;
        width: 100%;
        overflow: hidden;
        margin-left: 1.5%;
    }

    .standard-side-form-inline-left .gform_footer.top_label {
        margin: 0;
        float: left;
        max-width: 23%;
        width: 100%;
        margin-right: 1.5%;
        clear: inherit;
    }

}

@media (max-width: 767px) {
    /*------Standard Form | Standard Form Small-----*/
    .gf_left_50 {
        max-width: 100%;
        width: 100%;
        display: inline-block;
        margin-right: 0;
    }

    .gform_wrapper li.gf_right_50 {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
    }

    .standard-form .g-recaptcha,.standard-form-small .g-recaptcha {
        max-width: 100%;
        width: 100%;
        float: left;
        margin-right: 1%;
        overflow: hidden;
        text-align: center;
        display: inline-block;
    }

    .standard-form .gform_wrapper .gform_footer,.standard-form-small .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        clear: inherit;
        float: left;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .g-recaptcha div {
        margin: 0 auto;
    }

    .g-recaptcha {
        max-height: 77px;
        overflow: hidden;
    }

    /*------Form-Small-Right Heading | Form-Small-Right Heading-----*/
    .standard-form-small-right .g-recaptcha,.standard-form-small-left .g-recaptcha {
        text-align: center;
    }

    .standard-form-small-right .gform_wrapper .gform_footer,.standard-form-small-left .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
}



/* Changes Browsers blue focus ring ========================== */

/*
input:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

input:focus, textarea#input_1_5:focus { 
    outline: none;
    box-shadow: 0 0 10px #df9eed;
}
*/


/* Gform Placeholder ======================== */

.tm-contact-form ::-webkit-input-placeholder {
    color:  #4d4e4e;
} 

.tm-contact-form :-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form ::-moz-placeholder {
    color:  #4d4e4e;
}

.tm-contact-form :-ms-input-placeholder {
    color:  #4d4e4e;
}

/* ==================================== /
/                                       /
/           Fixed Widgets               /
/                                       /
======================================= */

.fixed-widgets-wrap {
    position: absolute;
}

/* ==================================== /
/                                       /
/            Responsive                 /
/                                       /
======================================= */

@media (min-width: 1800px){
span.million {
    font-size: 65px;
    letter-spacing: 6px;
}	
}

@media (min-width: 1360px) and (max-width: 1676px) {
span.million {
    font-size: 50px;
    letter-spacing: 6px;
}	

}
@media (max-width: 1359px) {
 .tm-bottom-d .F1, .tm-bottom-d .F2, .tm-bottom-d .F3 {
    width: 22%;
    display: inline-block;
}

span.million {
    font-size: 45px;
} 
}

/* SMALL SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1201px) and (max-width: 1400px) {
}

/* MINI SCREENS ONLY 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 1051px) and (max-width: 1200px) {
}

@media (min-width: 1051px) {

}


@media (max-width: 1050px) {

    .raqo-links {
        border: 5px solid #e3de0c;
    }
    .raqo-links img {
        margin-top: -12px;
    }
    img.bb-bsc-img {
        margin: 12px 0;
    }

.social a {
    width: 33.33%;
}

.top-a-wrap {
    max-width: 70%;
}

.width-30 p.call-num {
    font-size: 2.5vw;
}

.uk-navbar-nav > li > a {
    line-height: 32px;
}

.top-b-wrap {
    max-width: 100%;
}

.F1, .F2, .F3 {
    position: relative;
    margin: 20px 0;
    max-width: 33.33%;
    display: inline-block;
    padding: 0 12px;
    box-sizing: border-box;
}

.bottom-content-wrap .width-30 {
    max-width: 100%;
}

.bottom-content-wrap .width-70 {
    max-width: 100%;
}

.bottom-content-wrap .width-70 p {
	text-align:center;
}

}

/* TABLETS (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 960px) and (max-width: 1050px) {
}

/* TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 768px) and (max-width: 959px) {
}

/* PHONES AND TABLETS (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 959px) {
.uk-width-medium-1-2 {
    width: 100%;
}
}

/* PHONES (LANDSCAPE) AND TABLETS (PORTRAIT)
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 959px) {
}

@media (min-width: 768px) {
}
@media (min-width: 768px) and (max-width: 780px) {
.tm-bottom-d .F1, .tm-bottom-d .F2, .tm-bottom-d .F3 {
    width: 20%;
    display: inline-block;
}
}
/* PHONES 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 767px) {

    .raqo-left-cont {
        padding: 0 16px;
        width: 100%;
    }
    .raqo-title {
        text-align: center;
        font-size: 5.5vw;
    }
    .raqo-right-cont {
        width: 100%;
        padding: 16px;
    }
    .raqo-links h4,
    .raqo-link-spacer {
        font-size: 3.5vw;
    }
    .raqo-link-spacer {
        justify-content: center;
    }
    .raqo-links {
        padding-bottom: 16px;
    }
    .raqo-links,
    img.bb-bsc-img {
        width: 70%;
    }
    .top-box, .bottom-box {
        flex-direction: column;
    }



    .tm-logo-small {
      display: block;
      height: 30vw;
    }

    .home .top-wrapper {
        display: inline-block;
        width: 100%;
    }

    .panel-grid > div {
        display: block;
        width: 100%;
    }

    .page-id-151 .panel-grid > .panel-grid-cell {
        display: block;
        width: 100% !important;
        text-align: center;
        margin: 0 auto;
    }
    .page-id-151 .panel-grid p {
    text-align: center !important;
}
#panel-151-1-1-0 > .panel-widget-style, #panel-151-1-2-0 > .panel-widget-style, #panel-151-2-1-0 > .panel-widget-style, #panel-151-2-2-0 > .panel-widget-style, #panel-151-3-1-0 > .panel-widget-style, #panel-151-3-2-0 > .panel-widget-style, #panel-151-4-1-0 > .panel-widget-style, #panel-151-4-2-0 > .panel-widget-style, #panel-151-5-1-0 > .panel-widget-style, #panel-151-5-2-0 > .panel-widget-style, #panel-151-6-1-0 > .panel-widget-style, #panel-151-6-2-0 > .panel-widget-style, #panel-151-7-1-0 > .panel-widget-style, #panel-151-7-2-0 > .panel-widget-style, #panel-151-8-1-0 > .panel-widget-style, #panel-151-8-2-0 > .panel-widget-style, #panel-151-9-1-0 > .panel-widget-style, #panel-151-9-2-0 > .panel-widget-style {
    padding: 0;
}

.page-id-151 .so-widget-sow-image-default-b5a0057b6480 .sow-image-container {
    text-align: center;
}


    .panel-grid {
        text-align: center;
        margin: 0 auto;
    }

    h4.q-h4 {
    max-width: 100%;
}
.tm-bottom-d .F1, .tm-bottom-d .F2, .tm-bottom-d .F3 {
    width: auto;
    display: block;
}
	
	.home-image-phone a {
    font-size: 32px;
}

.home-image-phone {
    left: 50%;
    top: 50%;
    max-width: 250px;
    width: 100%;
}
.uk-panel.uk-panel-box-primary.uk-panel-space h2 {
    word-break: break-word;
}	
	.main-content-wrap {
    max-width: 100%;
}

.content-wrap {
    margin: 16px;
}
	
	.F1, .F2, .F3 {
    max-width: 100%;
}
section.tm-top-b.uk-grid {
    text-align: center;
}

.top-b-wrap {
    padding: 16px;
}

.featured-content h4 {
    font-size: 22px;
}
	
	.top-a-wrap {
    max-width: 100%;
}

section.tm-top-b.uk-grid h3 {
    font-size: 32px;
}
	
	.nav-wrap {
    max-width: 100%;
	padding:inherit;
}

.call-us-wrap {
	margin-top:10px;
}

p.bottom-content-num {
    font-size: 9vw;
}

.call-us-wrap {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}

.call-us-wrap .call-us, .call-us-wrap p.call-num {
    display: block;
    margin: 0;
    font-size: 9vw;
}

    .toggle-wrap {
        display: block;
        clear: left;
        width: 100%;
        overflow: hidden;
    }
    
    .tm-navbar {
        margin: 0px;
        border: none;
    }
    
    nav.tm-navbar.uk-navbar {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
        height: auto;
    }
    
    .uk-navbar-center {
        max-width: 100%;
    }
    
    a.tm-logo-small img {
        max-width: 100%;
        text-align: center;
    }
    
    a.uk-navbar-toggle.uk-visible-small {
        width: 32px;
        height: 32px;
        margin: 0px 10px;
        display: block;
        padding: 0;
        text-align: center;
        float: none;
    }

    
    main.tm-content {
        padding: 15px;
    }

    
    .tm-contact-form .gform_wrapper textarea.large {
        width: 100%;
    }
    
    .tm-contact-form .gform_wrapper .gform_footer {
        position: inherit;
        text-align: center;
    }
    
    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        margin: 0;
        width: 100%;
    }
    
    .tm-contact-form input#gform_submit_button_1 {
        width: 250px;
    }

    .alignleft, .alignright {
        width: 100%;
        float: none;
        margin: 0;
    }

    .uk-slidenav-position .uk-slidenav-previous, .uk-slidenav-position .uk-slidenav-next {
        display: none!important;
    }

    .uk-overlay-panel {
        display: none;
    }

    .tm-contact-form .g-recaptcha {
        position: static;
        margin: 0px auto;
    }

    /* Charitable Affiliations */
    .page-id-147 .uk-container.uk-container-center {
        padding: 0;
    }
	
#panel-149-0-0-2 h3.widget-title:after{
	display:block;
	position: inherit;
}
#panel-149-0-0-2 h3.widget-title{
	text-align:center;
}

.bannerpic img {
    position: absolute;
    left: 50%;
    width: 89%;
    -ms-transform: translate(-50%, 0%); /* IE 9 */
    -webkit-transform: translate(-50%, 0%); /* Safari */
    transform: translate(-50%, 0%); /* Standard syntax */
}

.bannerpic {
    height: 215px;
}

    
}


/* PHONES (LANDSCAPE) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (min-width: 480px) and (max-width: 767px) {
}

/* PHONES (PORTRAIT) 
/*0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0-0*/
@media (max-width: 479px) {
	
	.bsc-img {
		width: 100%;
	}
	
    .tm-contact-form input#gform_submit_button_1 {
        width: 230px;
    }

    h1.uk-article-title {
        font-size:30px;
    }
/* Contact Us page */

.page-id-30 .uk-panel-space {
    padding: 10px;
}

.page-id-30 .alternate-list-margins {
    margin-left:0;
}

.page-id-30 .uk-panel.uk-panel-box-primary.uk-panel-space h2 {
    font-size:30px;
    text-align:center;
}

.page-id-30 main.tm-content {
    padding:10px 0;
}

.page-id-30 li {
    font-size: 15px;
    font-weight: 300;
}
h4.q-h4 { font-size: 18px;
}

.bottom-content-num a {
    font-size: 8vw;
}
.bannerpic {
    height: 135px;
}

}



/* ==================================== /
/                                       /
/         Pick 8 Features               /
/                                       /
======================================= */

/* Fixed Form ============================ */
/*
.fixed-contact-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 415px;
    z-index: 9;
}

div#fixed-contact {
    background: #f3f3f3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #5b9957;
    padding: 10px;
    float: right;
}

div#fixed-contact:hover {
    cursor: pointer;
}

div#fixed-contact p {
    color: #5b992d;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}

i.uk-icon-envelope {
    color: #5e5e5e;
    display: block;
    width: 100%;
    font-size: 50px;
}

div#fixed-contact-form {
    display: none;
}

.fixed-lightbox-wrap {
    max-width: 354px;
    margin: 0px auto;
    background: #fff;
    padding: 25px;
    background-color: #505050;
    border-radius: 10px;
    box-shadow: -15px 18px 28px rgba(0, 0, 0, 0.5), inset -3px 3px 7px rgba(0, 0, 0, 0.5);
    width: 100%;
}

.closeForm {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    font-weight: bold;
}

.closeForm:hover {
    cursor: pointer;
}
*/

/* Exit intent Popup ============================================= */

/*
.exit-fixed-hover {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 5px;
    z-index: 9999;
}

.exit-intent-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
}

.intent-close {
    color: #fff;
    float: right;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
}

.intent-close:hover {
    opacity: 0.9;
    cursor: pointer;
}

.intent-content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
}
*/


/* Immediate Callback ======================================== */


/*
.header-info {
    text-align: right;
}

span.header-phone {
    color: #767676;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

div#immediateCallback {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

i.uk-icon-phone-square {
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    color: #767676;
    font-size: 40px;
}

i.uk-icon-phone-square:hover {
    opacity: 0.9;
    cursor: pointer;
}

div#callbackWrap, div#callbackWrapBottom {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox-form-wrap {
    max-width: 310px;
    margin: 0px auto;
    padding: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    background-color: #5d5f62;
    border: 4px solid white;
    border-radius: 10px;
    box-shadow: inset 0 0 7px 5px rgba(0, 0, 0, 0.5);
}

span.xClose {
    display: inline-block;
    border: 2px solid #dddddd;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

span.xClose:hover {
    cursor: pointer;
}

.closeCallback {
    text-align: right;
    color: #fff;
}
 
.header-wrap .gform_wrapper .top_label input.large {
    width: 100%!important;
    background: none;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
}

.header-wrap input#gform_submit_button_3 {
    background-image: linear-gradient(180deg, #2e53c8 0%, #232db8 100%);
    border: none;
    width: 100%;
    height: 55px;
    color: white;
    font-family: Oswald;
    font-size: 30px;
    font-weight: 300;
}

.header-wrap ::-webkit-input-placeholder {
    color: #fff;
} 

.header-wrap :-moz-placeholder {
    color: #fff;
}

.header-wrap ::-moz-placeholder {
    color: #fff;
}

.header-wrap :-ms-input-placeholder {
    color: #fff;
}


a.uk-icon-google-plus, a.uk-icon-linkedin, a.uk-icon-twitter, a.uk-icon-facebook {
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #0062be;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
}

.header-social {
    text-align: right;
    margin-top: 15px;
}
*/

/* ==================================== /
/                                       /
/     Assorted Commented Out Code       /
/                                       /
======================================= */

/* Katan Blog Feed =========================== */

/*
.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:first-child {
    width: 80%;
}

.tm-bottom-a .uk-width-1-1.uk-width-medium-1-2:last-child {
    width: 20%;
}

.uk-panel.uk-panel-box.widget_recent_entries li {
    width: 50%;
    float: left;
    list-style: none;
}

.blog-text-wrap {
    display: inline-block;
    width: 72%;
    vertical-align: top;
    margin-top: 45px;
}

.date {
    background: url('/wp-content/uploads/2015/12/handprint.png')0 0 no-repeat;
    display: inline-block;
    width: 85px;
    height: 77px;
    margin-right: 10px;
    background: #000;
}

.uk-panel.uk-panel-box.widget_recent_entries a {
    font-family: Roboto;
    color: #569fc5;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    
}

.uk-panel.uk-panel-box.widget_recent_entries p {
    margin: 10px 0px;
}

p.blog-author {
    font-family: Roboto;
    color: #7f498a;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    text-align: right;
}

span.date-day {
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 900;
    margin-top: 36px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 18px;
}

span.date-month {
    display: block;
    margin-left: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

*/

/* Katana Testimonials ========================= */

/*

.bottom-a-wrap {
    background: #fff;
    padding: 50px 0px;
}

.testimonial-wrap {
    float: left;
    width: 50%;
    padding: 35px;
    box-sizing: border-box;
}

.tm-bottom-a h3.uk-panel-title {
    color: #794500;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
}

.tm-bottom-a h3.uk-panel-title:after {
    content: "";
    display: block;
    width: 25%;
    border-bottom: 2px solid #c9b599;
    margin: 25px auto;
}

p.author {
    color: #794500;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
    text-align: left;
    margin-top: 0;
}

p.bold {
    color: #794500;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
}

p.italic {
    color: #794500;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    text-align: left;
    font-style: italic;
}

.avatar-wrap {
    float: left;
    margin-right: 50px;
}

a.testimonial-button {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #794500;
    color: #794500;
    margin: 35px auto;
    overflow: auto;
}

a.testimonial-button:hover {
    background: #794500;
    color: #fcc477;
    text-decoration: none;
}

*/

/* Styling For Menu that goes with the blog feed */

/* 

.uk-panel.uk-panel-box.widget_nav_menu a {
    text-align: left;
    color: #c9b599;
}

.tm-bottom-b i.uk-icon-plus {
    float: right;
    color: #794500;
}

.uk-panel.uk-panel-box.widget_nav_menu h3 {
    color: #c9b599;
    border-bottom: 2px solid #c9b599;
    padding-bottom: 15px;
}

*/

/* Unity Homepage Switcher =================================== */

/*

.tm-bottom-a h3.uk-panel-title {
    background-color: #707070;
    margin: 0;
    line-height: 115px;
    color: #fff;
    font-size: 36px;
    padding-left: 35px;
}

.tm-switcher ul li:first-child {
    border-top: none;
}

.tm-switcher ul li {
    padding: 34.6px 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-top: 2px solid #035ea3;
}

.tm-switcher ul li.uk-active:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 40px 40px 0;
    border-color: transparent #27965e transparent transparent;
    margin-left: -80px;
    top: 50%;
    margin-top: -40px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.tm-switcher-target li.uk-active {
    -webkit-animation-name: uk-fade;
    animation-name: uk-fade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tm-switcher ul li:hover {
    background: #27965e;
}

.tm-switcher li.uk-active {
    background: #27965e;
}
 
.tm-bottom-a ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #0064af;
}

h3.switcher-title {
    color: #fff;
}

p.switcher-text {
    color: #fff;
}

.switer-link {
    position: relative;
}

.switer-link img {
    max-width: 700px;
    width: 100%;
}

a.switcher-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 325px;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
} 

*/

/* Katana Style Search ================================= */

/* 
.tm-search-bar:not(.uk-hidden) {
  z-index: 999;
  position: absolute;
  top: 193px;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #f2f2f2;
  -webkit-animation-name: tm-search-bar;
  animation-name: tm-search-bar;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.tm-search-bar:not(.uk-hidden) > .uk-container {
  margin-top: 15px;
  padding: 0 45px;
}
.tm-search-bar:not(.uk-hidden) .uk-close {
  margin-top: 5px;
}
@-webkit-keyframes tm-search-bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tm-search-bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/








