/*=============================================
 =            General                         =
 =============================================*/


html,body {
    height: auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}

html {
    margin-top: 0 !important;
}
body {
    padding-top: 148px;
    height: auto !important;
    width: auto !important;
}


.entry-content a {
    color: #993366 !important;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.entry-content a:hover {
    color: #9a5377 !important;
}
blockquote {
    border-left: none;
    color: #ffffff !important;
}

.align-right {
    text-align: right;
}

#main-content {
    padding-top: 60px;
}
.home #main-content {
    padding-top: 0;
}

/* line heights */
.entry-content p, .entry-content ul li, #primary p {
    line-height: 33px;
}

.main-content {
    min-height: 500px;
}

a {
    color: #993366;
}

.body ul{
    list-style: initial;
}


/*=============================================
 =            Main/top nav                    =
 =============================================*/

#searchform input {
    line-height: 1;
}

#searchform input#searchsubmit {
    margin-top: 24px;
    margin-bottom: 20px;
}

#header-section {
    line-height: 148px;
}

#header-section.ut-header-light {
    background: rgba(153,51,102 , 1 ) !important;
}
#header-section .ut-mm-button {
    margin: 0;
}

.site-logo {
    height: 148px;
    line-height: 148px;
}

.site-logo img {
    height: 148px;
    max-height: 148px;
    vertical-align: top;
    max-width: 455px;
}

.top-nav {
    margin-top: 17px;
    line-height: 57px;
    text-align: right;
    float: right;
    position: relative;
}

.top-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}
.top-nav ul.top {
    margin-bottom: 13px;
}

.top-nav ul li {
    vertical-align: middle;
    display: inline-block;
}

.top-nav ul li a {
    position: relative;
    display: block;
    font-weight: 600;
    color: transparent;
    text-decoration: none;
}


/*.top-nav ul li.request {
    margin-right: 35px;
}*/

.top-nav ul li a.request {
    background-image: url(../images/icon-paper-pencil.png);
    border: 2px solid #fff;
    color: #fff;
    height: 35px;
    line-height: 31px;
    font-size: 10px;
    background-size: 19px;
    background-position: 10px center;
    padding: 0 10px 0 35px;
    letter-spacing: 0;
    background-repeat: no-repeat;
}

.top-nav ul li.login {
    border-left: 1px solid #fff;
    padding-left: 12px;
    margin-left: 6px;
}
.top-nav ul li a {
    color: #fff;
    line-height: 1;
}


/*.top-nav ul li.search {
    margin-right: 0;
}*/

.top-nav ul li a.search {
    background: url(../images/icon-search.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 39px;
    width: 39px;
    background-size: 80%;
    margin-left: 10px;
}

.top-nav:after {
    clear: both;
}

/* header search */
#header-search {
    display: none;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 50px;
    background: rgba(153,51,102 , 1 );
    color: #ffffff;
    padding: 40px 20px 40px 20px;
}

#header-search img.close {
    width: 20px;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
}
#header-search form {
    width: 330px;
    position: absolute;
    top: 20px;
}

#header-search form.search-form label span {
    display: none;
}

.hide-text {
    text-indent: -100em;
    overflow: hidden;
}

#navigation {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    clear:right;
}

#navigation ul {
    line-height: 64px;
}

#navigation ul li a {
    white-space: nowrap;
    padding-left: 25px;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
}

#navigation ul li a:after {
    content: '';
}
.top-nav ul ul {
    visibility: hidden;
    position: absolute;
    min-width: 160px;
    z-index: 9998;
    width: auto;
    padding: 0px;
    list-style: none;
    margin: 0;
}
.top-nav ul.sub-menu {
    border-color: #fffffe;
    border-top: 2px solid;
    margin-left: 25px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
#ut-mobile-nav {
    padding-left: 0 !important;
}
.ut-mobile-menu a:hover {
    background: transparent !important;
}
#navigation ul.sub-menu li > a {
    font-size: 13px !important;
}

#menu-main li.menu-item-type-custom:first-child{
    display: none;
}

#menu-footer li.menu-item-type-custom:first-child{
    display: none;
}

/* Mobile nav fixes to make collapsible */
#ut-mobile-menu {
    margin: 1px 0 !important;
}

#ut-mobile-menu  li.menu-item-type-custom:first-child{
    display: block;
}

#ut-mobile-menu  li.menu-item-type-custom:first-child a{
    left: 48px !important;
}
#ut-mobile-menu li {
    border-bottom: 1px solid #EFEFEF;
}
li.menu-item.last {
    border-bottom: none !important;
}
.ut-mobile-menu a {
    width: 90%;
    border-bottom: none !important;
    padding-left: 0 !important;
    position: relative !important;
    left: 23px !important;
}
#ut-mobile-menu .sub-menu {
    display: none;
    margin: 0 0 0 25px;
}
#ut-mobile-menu .sub-menu:hover {
    display: block;
}
#ut-mobile-menu .sub-menu li {
    border-bottom: none;
}
#ut-mobile-menu .sub-menu li a {
    border-bottom: 1px solid #EFEFEF !important;
}
#ut-mobile-menu .sub-menu li:last-child a {
    border-bottom: none !important;
}

.opensub {
    float: left;
    padding: 10px 0 0 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    width: 25px;
}
.opensub.active {
    padding: 5px 0 0 13px;
}
.ut-mobile-menu a:after {
    content: '';
}
#header-section .ut-mm-button {/*stops hamburger menu from being cut off on mobile devices*/
        height: 60px!important;
    }

/*=============================================
 =            Search results                  =
 =============================================*/

body.search-results #primary article .entry-meta {
    display: none;
}
body.search-results #primary article .grid-75.tablet-grid-75.mobile-grid-100 {
    width: 100%;
}
body.search-results #primary .grid-70.prefix-15.mobile-grid-100.tablet-grid-100 {
    width: 100%;
    margin-left: 0;
}
body.search-results #primary .page-header {
    text-align: left !important;
}
#primary .page-header {
    margin-top: 0;
}

/*=============================================
 =            Single Post                     =
 =============================================*/


/*=============================================
 =            Home hero/tiles                 =
 =============================================*/

.home section {
    background-color: #dddddd;
}


.ut-video-control, .ut-audio-control {
    bottom: 160px; /* since we have a top margin for video */
}

a.scroll-down {
    position: absolute;
    left: 48%;
    bottom: 55px;/*160px*/
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    margin-left: -12px;
    display: block;
    z-index: 1;
    background: url(/wp-content/themes/gentlegiant/images/arrow-down.png) no-repeat center center;
}

#ut-hero .hdh .hero-description, #ut-hero .hth .hero-title {/*apply to all heros*/
    font-size: 50px !important;
    text-transform: none;
    font-weight: 600;
}

.ut-hero-style-11 .hero-btn,
.ut-hero-style-11 .hero-second-btn {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.hero {
    min-height: 582px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 74px;
}

.parallax-background.fixed {
    height: 582px;
    max-height: 100%;
    min-height: 0;
    background-attachment: fixed;
}

.home .parallax-background.fixed {
    height: auto;
}


.home .hero {
    height: 500px !important;
    height:calc(100vh - 145px) !important;

}

.homepage-tiles-container {
    width: 100%;
}

.homepage-tiles-left,
.homepage-tiles-right {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.homepage-tile-horizontal {
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 500px;
    background-size: cover !important;
}
.tile-container {
    display: table;
     width: 100%;
    min-height: 500px;
}
.homepage-tile-vertical {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: inline-block;/*table*/
    min-height: 1000px;
    background-size: cover !important;
}

.home-bottom-container {
    display: flex;
    /* equal height of the children */
}

.home .hero-btn {
    background: url('../images/icon-paper-pencil-purple.png') #fff no-repeat !important;
    padding: 20px 30px 20px 75px;
    background-position: 25px 50%!important;
    font-size: 20px;
}
.home .hero-btn.mobile {
    display: none;
}
.home .hero-btn:hover {
    background: url('../images/icon-paper-pencil.png') #993366 no-repeat !important;
    color: #ffffff !important;
    padding: 20px 30px 20px 75px;
    background-position: 25px 50%!important;
}
.home .hero-btn-holder {
    margin-top: 25px;
}
.tile-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    z-index: 99;
    background: transparent;
}
.tile-content {
    display: block;/*table-cell*/
    position: absolute;
    top: 50%;
    /*vertical-align: middle;
    margin: auto;*/
    width: 100%;
}

.tile-content h4,
.tile-content em {
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 600;
}
.tile-content h4 {
    font-size: 24px;
}

.tile-content em {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

/*#homepage-tiles .homepage-tiles-left .homepage-tile-horizontal .tile1,
#homepage-tiles .homepage-tiles-left .homepage-tile-horizontal .tile2,
#homepage-tiles .homepage-tiles-right .homepage-tile-vertical .tile3,
#homepage-tiles .homepage-tiles-right .homepage-tile-vertical .tile4 {
    background-position: center;
} - these styles don't currently work because styles are defined on front-page.php*/

.home-middle-container {
    overflow: hidden;
    width: 100%;
}

.grid-80.testimonials {
    background-color: #df9d0a;
    min-height: 550px;
}

.testimonial-container {
    margin: 60px 0;
}

ul.homepage-social-icons li a .fa-lg {
    color: #ffffff;
}

blockquote.elegant {
    max-width: 70%;
    margin: 0 auto;
    padding: 140px 0 0 0;
    background: url(../images/blockquote-bubble.png) 0 15px no-repeat;
    border: none;
    text-align: left;
    background-position: left 15px;
}

blockquote p.blockquote_cite {
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

blockquote p.quote {
    margin: 30px 0 30px 0;
    font-weight: 600;/*bold*/
    font-size: 26px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    text-transform: initial;
    line-height: 30px;/*1.4em*/
    letter-spacing: 0;
    max-width: 100%;
}

blockquote p.blockquote_cite {
    text-align: right;
}

.grid-20.social {
    background: #993366 url(../images/orange-triangle.png);
    background-repeat: no-repeat;
    background-position: left 0 center;
    padding: 30px 0 94px 0;/*30px 0 20px 0*/
    /*padding-bottom: 500em;
    margin-bottom: -500em;*/
}

.grid-20.social h3 {/*Connect*/
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px;
}

ul.homepage-social-icons {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 62px;
}

ul.homepage-social-icons li {
    margin-bottom: 10px;
}

ul.homepage-social-icons li a {
    border: 4px solid #ffffff;
    -webkit-border-radius: 50%;
    -mox-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
    margin: 0;
    width: 64px;
    height: 64px;
    line-height: 68px;
    display: block;
    text-align: center;
}

ul.homepage-social-icons li a:hover {
    background: #fff;
}

ul.homepage-social-icons li a .fa-lg {
    vertical-align: 0;
    font-size: 2.3em;
}

ul.homepage-social-icons li a:hover .fa-lg {
    color: #993366;
}

.grid-50.awards {
    background-color: #cccccc;
    /*new>*/
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.award-logos {
    list-style: none;
    max-width: 100%;
    /*padding: 70px 0 0;*/
    margin-left: 0;
    /*new>*/
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.award-logos li {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin: 10px 0;/*was 50px*/;
}

.grid-50.news {
    background-color: #333333;
    /*padding: 40px 25px;*/
    padding-top: 13px;
    padding-bottom: 20px;
}

.news h2 {
    color: #ffffff;
    font-size: 27px;
    font-weight: bold;
    margin-left: 25px;
    padding-bottom: 6px;
}

.news .newstory {
    border-top: 1px solid #ffffff;
}

.news .newstory h4 {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 0 0;/*25px 0 0*/
    font-weight: 600;
    margin-left: 25px;
    margin-bottom: 0;
    line-height: 27px;
}

.news .newstory p {
    margin-left: 25px;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    padding: 5px 0 0;
    margin-bottom: 5px;
    line-height: 27px;
}

.news ul {
    margin-left: 0;
    list-style: none;
}

.news .newstory a {
    margin-left: 25px;
    color: #993366;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 12px;/*20px*/
    display: inline-block;
    line-height: 18px;
}

/*=============================================
 =            Page Headers                     =
 =============================================*/
.parallax-overlay {
    position: absolute !important;
    left: auto;
    right: 0 !important;
    width: 40% !important;
    top: 0;
}
.parallax-background {
    background-repeat: no-repeat;
}

/*=============================================
 =            Shortcodes                     =
 =============================================*/
 h2.body-header {
    font-size: 27px;
    color: #993366;
    margin-bottom: 20px;/*added*/
 }

/*=============================================
 =            Locations                      =
 =============================================*/
.locations-listing {
    background-color: #0f3728;
    padding: 83px 38px;
    margin-top: -60px;
}
.locations-container-mobile {
    margin-top: -60px;
}

.locations-listing h5 {
    color: #fff;
}

.locations-container {
    background: url(/wp-content/uploads/2015/08/pin-white.png) no-repeat;
    margin-top: 34px;
}
.locations-container-mobile {
    display: none;
}

.locations-container ul {
    list-style-type: none;
    margin-left: 60px;
}
.locations-container ul li {
    margin-bottom: 20px;
}

.locations-container-mobile {
    width: 100%;
    background-color: #0f3728;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.locations-container-mobile select {
    max-width: 200px;
}
body.page-template-template-locations-listing #secondary {
    color: #ffffff;
    margin-bottom: 0;
}

body.page-template-template-locations-listing #secondary a {
    font-size: 18px;
    color: #ffffff;
}
body.page-template-template-locations-listing #ut-hero {
    margin-top: 116px;
    width: 100%;
}
body.page-template-template-locations-listing .hero {
    height: 800px;
    min-height: 800px;
}
.gm-style-iw {
    text-align: left;
    min-width: 300px;
}
.gm-style-iw a {
    color: #993366;
}
.marker-hide {
    display:none;
}

/*=============================================
 =            Right Sidebar Template          =
 =============================================*/

#primary {
    padding-top: 0 !important;
}

.subpage-hero {
    padding-top: 110px;
}
/*body.page-template-default #secondary {
    padding-top: 0;
}*/

/*=============================================
 =            Widgets                        =
 =============================================*/

.widget-title {
    font-size: 18px;
    color: #993366;
    text-transform: none;
    margin-bottom: 20px;
    font-style: italic;
}

.gform_wrapper .ginput_complex label#input_1_7_5_label {
    display: none !important;
}


/*=============================================
 =            State Page Template             =
 =============================================*/
.state-page {

}
.state-page h1 {
    color: #993366;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 25px;
}
.state-page p {
    color: #666666;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 18px;
}
.state-page h3, .state-page .address{
    color: #993366;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7em;
    font-style: italic;
    margin: 0 0 10px 0;
}
.state-page .address {
    color: #58585b;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.state-page .address a {
    font-style: normal;
    color: #993366;
}
.state-page .address a:hover {
    color: #9a5377 !important;
}

.team-members {
    clear: both;
    padding: 30px 0;
}
.team-member-content {
    padding: 20px;
    text-align: center;
}
.team-member-content:nth-child(3n+1) {
    clear: both;
}
.team-member-content img {
    max-width: 100%;
    margin-bottom: 20px;
}
.team-member-content h5 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
}
.team-member-content h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #993366;
    margin-bottom: 25px;
}
.team-member-content p {
    color: #888888;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.state-page .state-testimonial {
    background: #e7a800;
    padding: 100px 0 25px;
    position: relative;
}
.state-page .testimonial-content {
    position: relative;
}
.state-page .testimonial-content:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/blockquote-bubble.png) 50% 50% no-repeat;
    width: 35px;
    height: 41px;
    top: -65px;
    left: 20px;
}
.state-page .state-testimonial p {
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    text-align: right;
}
.state-page .state-testimonial .author {
    font-size: 24px;
    text-align: right;
    font-style: italic;
}
.state-page .state-testimonial .author:before {
    content: '— ';
}
.state-locations {
    position: relative;
}
.state-locations .location-cities {
    padding: 30px 40px 55px 0;
}
.state-locations .location-listing {
    text-align: center;
}
.state-locations .location-listing a {
    color: #993366;
    padding: 0;
    display: block;
}
.state-locations .location-listing li {
    margin-bottom: 50px;
    /*cursor: pointer;
    background: url('../images/location-pin-orange.png') no-repeat;
    background-size: 19px 28px;
    background-position: 50% 100%;
    -webkit-transition: background-position 200ms ease-out;
    transition: background-position 200ms ease-out;*/
}
/*.state-locations .location-listing li:hover {
    background-position: 50% 95%;
}*/
.state-locations .location-listing h4 {
    color: #993366;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
}
.state-locations .location-listing p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 0;
}
.locations-content {
    display: flex;
    /* equal height of the children */
}
/*Google map for ACF*/
.state-page .acf-map {
    width: 100%;
    height: 190px;
    border: #ccc solid 1px;
    margin: 20px 0;
}
.multiple-loc-map{
    background: url('../images/temp-map.jpg') no-repeat 50% 50%;
    background-size: cover;
    display: block;
    height: auto;
    min-height: 380px;
    }
.request-estimate {
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    padding: 65px 10px 15px;
    max-width: 112px;
    margin-top: -62px;
    background: url('../images/estimate-icon.png') #a34775 no-repeat;
    background-size: 27px 28px;
    background-position: 50% 20px;
    cursor: pointer;
}
.state-locations a.request-estimate {
    color: #fff;
}
.state-locations a.request-estimate:hover {
    color: #fff;
    text-decoration: none;
}
body.page-template-template-state .ut-hero-style-1 .hero-title {
    background:none;
    padding-top: 14px;
    font-weight: bold;
}


/*=============================================
 =            Blog Template             =
 =============================================*/
body.blog .hero-description {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.widget-title {
    font-style: normal;
}
.widget_categories li:before, .widget_pages li:before, .widget_nav_menu li:before, .widget_recent_entries li:before, .widget_meta li:before, .widget_archive li:before {
    content: '';
}
.widget_categories li {
    border-bottom: none;
    padding-bottom: 5px;
    padding-left: 0;
}
.widget_categories li a {
    font-size: 14px;
    color: #993366 !important;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
.widget_categories li a:hover {
    color: #9a5377 !important;
}
.entry-meta .comments-link, .entry-meta .permalink {
    display: none;
}
<<<<<<< HEAD
/*.entry-meta {-let's post dates line up with headings
    margin-top: 8px;
}*/
=======
.entry-meta {
    margin-top: 8px;
}
>>>>>>> remotes/pantheon/master
.entry-header h1.entry-title {
    color: #993366;
    text-transform: none;
}
h2.entry-title {
    font-size: 20px;
    text-transform: none !important;
    font-weight: bold;
}
h2.entry-title a {
    color: #993366;
}
h2.entry-title a:hover {
    color: #993366;
}
.date-format .month {
    color: #993366;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.date-format {
    margin-bottom: 5px;
    border-bottom: none;
}
.blog-type-header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.blog-type-header h2 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #993366;
}
.gform_button.button, input[type="submit"] {
    background: #993366 !important;
}
body.archive.category h1.page-title {
    color: #993366;
}
body.archive.category .entry-content blockquote p {
    color: #993366 !important;
    font-size: 20px;
    text-transform: none !important;
    font-weight: bold;
}
.page-title, .fn {
    color: #993366;
}
#secondary a {
    color: #993366;
}
#secondary a:hover {
    color: #9a5377 !important;
}

body.blog #secondary {
    padding-top: 0;
}

/*=============================================
 =            News Template             =
 =============================================*/
/*body.page-template-template-news #secondary {
    padding-top: 80px;
}*/

.entry-meta a:hover {
    color: #993366;
}
.entry-meta .author-links {
    display: none;
}
/*=============================================
 =            Careers page             =
 =============================================*/
body.page-template-template-locations-listing #secondary {
    padding-top: 80px;
}
#secondary a.apply-sidebar {
    background: #993366 url(/wp-content/themes/gentlegiant/images/icon-paper-pencil.png) no-repeat center top 50px;
    padding: 99px 0 50px 0;
    color: #ffffff !important;
    display: block;
    text-align: center;
    text-decoration: none;
}
#secondary a.apply-sidebar:hover {
    color: #ffffff !important;
    background: #9a5377 url(/wp-content/themes/gentlegiant/images/icon-paper-pencil.png) no-repeat center top 50px;
    text-decoration: none;
}
ul.sidebar li#text-6 {
    margin-top: 30px;
}

/*=============================================
 =                 Meet the Giants            =
 =============================================*/
select#last-name {
    max-width: 50px;
}
select#state {
    max-width: 150px;
}
.team-filter-filter {
    margin-bottom: 10px;
}
.team-member-profile {
    display: none;
}
.team-member-profile {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 5px;
  height: 50%;
  margin: 0 auto;
  padding: 25px;
  position: relative;
  width: 50%;

}

.mfp-content .team-member-profile {
  display: block;

}
#ut-sitebody .mfp-wrap {
    z-index: 99999;
}
.su-lightbox > span {
    background-color: #993366;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.su-lightbox > span:hover {
  cursor: pointer;
  opacity: .6;
}

.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible !important;
}

/*=============================================
 =            Job Openings page               =
 =============================================*/
.single_job_listing .application .application_button {
    background: #993366 !important;
    color: #ffffff !important;
}
.job_filters .showing_jobs a.rss_link {
    display: none;
}
.single_job_listing .job-manager-applications-applied-notice {/*job application notice*/
    display: none!important;
}
.single_job_listing .application .application_details {
    display: none !important;
}

/*=============================================
 =            Testimonial               =
 =============================================*/

 .testimonial {
   padding-top: 35px;
   border-top: 1px solid #ddd;
   margin-top: 35px;
 }
 .testimonial:first-child {
    border-top: 0;
    margin-top: 0;
 }
 .testimonial .quote {
    position: relative;
    padding-left: 34px;
    font-size: 20px;
    font-style: italic;
 }
.testimonial .quote:before {
    content: "“";
    position: absolute;
    font-size: 50px;
    left: 0px;
    font-weight: bold;
    top: 8px;
    color: #993366;
    font-family: serif;
    font-style: normal;
}
.testimonial .author {
    text-indent: 55px;
}
.testimonial .points {
    text-align: right;
    font-weight: bold;
}
.testimonial .points .score {
    color: #993366;
    font-size: 18px;
    padding-left: 4px;
}

a.more_button {
    width: auto;
    color: #fff;
    background: rgb(153,51,102)!important;
    font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 14px;
    padding: 10px;
    margin-top:15px;
    float: right;
}

a.more_button:hover,
a.more_button:active,
a.more_button:focus,
a.more_button:visited {
    color: #fff;
    text-decoration: none;
}

.team-members .button-container {
    display: flex;
    justify-content: flex-end;
}

/*=============================================
 =            Job Application page            =
 =============================================*/
input[type="radio"] {
    -webkit-appearance: radio !important;
}
span.name_first input, span.name_last input, #input_9_13, #input_9_15 {
    margin-bottom: 0;
}
body .gform_wrapper img.ui-datepicker-trigger {
    vertical-align: middle;
}
ul.job_listings li.job_listing a .meta li.date {
    display: none;
}
.job_filters .job_types {
    display: none;
}
.job_filters .search_jobs div.search_keywords {
    display: none;
}
.job_filters .search_jobs div.search_location {
    float: left;
    padding-left: 0;
    width: 50%;
}
/*=============================================
 =                    Contact                 =
 =============================================*/
#input_4_4_5_label {
    display: none !important;
}
#input_4_4_5_container {
    margin-left: 0 !important;
}
li#text-5, li#text-5 h3.widget-title {
    font-style: italic;
}
ul.sidebar li#text-8 {
    margin-top: 100px;
}
ul.sidebar li#text-9 {
    margin-top: 75px;
}
.gform_wrapper .gsection {
    border-bottom: none !important;
    border-top: 1px solid #CCC;
    padding-top: 20px !important;
}
.gform_wrapper .gsection h2.gsection_title {
    color: #888888;
    font-size: 16px;
}

/*=============================================
 =             Customer Survey                =
 =============================================*/
#input_10_52_4_container, #input_10_53_5_container {
    margin-left: 0;
}
#input_10_52_4_label, #input_10_53_5_label, #input_10_3_1_label, #input_10_3_2_label, #input_10_51_3_label {
    display: none;
}
#input_10_55 {
    margin-bottom: 0;
}
<<<<<<< HEAD
.gform_wrapper #gform_10 #input_10_3_1 {
    margin-bottom: 20px;
}
=======
>>>>>>> remotes/pantheon/master
.gform_wrapper h2.gsection_title {
    color: #888888;
    font-size: 16px;
}
#field_10_55 {
    margin-top: 20px;
}
#field_10_64 {
    border-top: none !important;
}
/*=============================================
 =                    FAQs                    =
 =============================================*/
.su-spoiler-icon {
    color: #993366;
}
.su-spoiler-title {
    font-size: 16px !important;
    color: #666666;
}

/*=============================================
 =            Default Template             =
 =============================================*/
body.page-template-default #secondary {
    padding-top: 0;/*80px*/
}
#secondary ul.sidebar h3 {
    margin-top: 7px;
}
/*.gform_wrapper_1 form#gform_1 input[type="submit"] {
    padding: 8px 12px;
}*/
.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 8px 12px !important;
}

/*=============================================
 =            Footer            =
 =============================================*/
.footer-content {
    /*margin-top: 20px;*/
}
.footer-content .grid-container .grid-100 .grid-25,
.footer-content .grid-container .grid-100 .grid-50 {
    display: inline-block;
}
.footer-content .grid-container .grid-100 .grid-50 {
    text-align: right;
}
.footer-content .newsletter .gform_footer{
    position: relative;
}
.footer-content .newsletter #gform_ajax_spinner_7 {
    position: absolute !important;
    right: -35px !important;
    top: 8px !important;
    margin: 0 !important;

}
.footer-content .grid-30.social {
    text-align: left;
}
.grid-75.footer-nav {
    text-align: left;
}
ul#menu-footer {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul#menu-footer li {
    vertical-align: top;
    position: relative;
    display: inline-block;
    margin-right: 11%;/*60px in PSD, was 5%*/
}
ul#menu-footer li:last-child {
    margin-right: 0;
}
ul#menu-footer li a {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
    line-height: inherit;
    position: relative;
    text-decoration: none;
    text-transform: none;
}
ul#menu-footer li a:hover {
    color: #fffffe;;
}
.copyright {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
    margin: 0;
    letter-spacing: 0;
    text-align: left;/*right*/
    vertical-align: middle;
    line-height: 30px;
}
.ut-footer-so {
    margin: 20px 0 0 -5px;
}
.ut-footer-so li a {
    border: 2px solid #993366;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -mox-border-radius: 50%;
}
.ut-footer-so li a i {
    color: #993366 !important;
    vertical-align: 2px !important;
}
.grid-50.footer-nav {
    text-align: left !important;
}
.grid-50.newsletter {
    text-align: right !important;
}
.newsletter-label {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;/*4px*/
    font-style: italic;
    font-size: 18px;
    color: #993366;
    margin-right: 10px;
    font-weight: 600;
}
div.gf_simple_horizontal_wrapper {
    max-width: 65.5%;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
div.gf_simple_horizontal_wrapper div.gform_body {
    width: 64%;/*was !important*/
}
div.gf_simple_horizontal_wrapper div.gform_footer {
    width: 34%;/*was !important*/
}
div.gf_simple_horizontal_wrapper .ginput_container.ginput_container_email {
    margin-top: 0 !important;
}
.ut-footer-so {
    margin: 0 0 0 -5px !important;
}
div.gf_simple_horizontal_wrapper .validation_error {
    display: none;
}
div.gf_simple_horizontal_wrapper .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below {
    margin-top: 0 !important;
}
.gform_wrapper.gf_simple_horizontal_wrapper .gfield_description.validation_message, .gform_wrapper .top_label .gfield_description.validation_message {
    padding: 0 !important;
    margin-top: 0 !important;s
}
/*footer .grid-container {
    max-width: 100%;
}*/
footer div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.small {/*footer email field*/
    /*width: 100%; - 253px in PSD*/
    padding: 7px 0;
}
footer div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.small[placeholder="Email Address"] {/*Email field*/
    color: #888;/*doesn't do anything*/
}
footer div.gform_footer input[type="submit"] {/*Submit button*/
    /*width: 100%; - 128px in PSD*/
    padding: 10px 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
footer .footer-nav {
    line-height: 36px;/*lines up nav items with newsletter label*/
    padding-right: 0;
}
footer .footer-top {
    margin-bottom: 5px;
}
/*footer newsletter form overrides*/
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper,
.newsletter div.gf_simple_horizontal_wrapper div.gform_body,
/*Email field*/
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_body,
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_body ul li#field_7_1 .ginput_container_email input.small,
/*Submit button*/
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_footer.top_label,
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_footer.top_label input[type="submit"]
 {
    width: auto;
    max-width: none;
}
/*Email field*/
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_body ul li#field_7_1 .gfield_label {
    display: none;
}
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_body ul li#field_7_1 .ginput_container_email input.small {
    width: 220px;
    max-width: none;
}
/*Submit button*/
.newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_footer.top_label input[type="submit"] {
    width: 98px;
    max-width: none;
}
.footer-content {
    text-align: left;
}
footer .newsletter input[type="submit"] {/*keeps input button from being changed to width:100% by other plugin stylesheets*/
    max-width: none!important;
}


/* END FOOTER */

/* City template */
.city-info p {
    margin-bottom: 0;
}
.city-info p a {
    color: #993366;
}
.bottom-buttons {
    padding: 60px 0;
}
.bottom-buttons ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.bottom-buttons ul li {
    float:left;
    margin-right: 20px;
}
a.bottom-button {
    font-size: 20px !important;
    text-transform: none !important;
    background-color: #993366 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0.8em 1em;
    letter-spacing: 1px;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    transition: 0.2s all linear;
}
a.bottom-button:hover {
    background-color: #9a5377 !important;
}
a.bottom-request {
    background: #993366 url(../images/icon-paper-pencil.png) no-repeat left 17px center !important;
    padding-left: 58px;
}
.request-estimate-wrapper {
    margin-top: 25px;
}
.state-page .acf-map.large {
    height: 300px;
}

/*=============================================
 =            Nav Blocks I.e. Careers         =
 =============================================*/
.navblocks {
    position: relative;
    overflow: hidden;
    max-width: 369px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.navblocks .text {
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 5%;
    z-index: 20;
    left: 1%;
    width: 100%;
    padding: 0 10%;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navblocks .text h3 {
    color: #fff;
}
.navblocks img{
    width: 100%;
  height: auto;
  max-width: 369px;
  display: block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  }
.navblocks .overlay {
    position: absolute;
  top: 0;
  left: 0;
  width: 369px;
  height: 100%;
  background: transparent;
  z-index: 10;
  opacity: 0.4;
  -webkit-transition: opacity 0.15s ease-out;
          transition: opacity 0.15s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.navblocks:hover img, .navblocks:focus img {
   -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.navblocks:hover .overlay, .navblocks:focus .overlay {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*.navblocks h3 {
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: #fff;
}*/


/*=============================================
 =            Forms                           =
 =============================================*/

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: 0;
}
body .gform_wrapper .top_label .gfield_error {
    width: 100%;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: 0;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield_html {
    max-width: none;
}
body .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: none;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}
body .gform_wrapper li.gfield_error input[type=email],
body .gform_wrapper li.gfield_error input[type=number],
body .gform_wrapper li.gfield_error input[type=password],
body .gform_wrapper li.gfield_error input[type=tel],
body .gform_wrapper li.gfield_error input[type=text],
body .gform_wrapper li.gfield_error input[type=url],
body .gform_wrapper li.gfield_error textarea {
    background-color: #ce8483;
    color: #843534;
}
body .gform_wrapper li.gfield_error input[type=email]:focus,
body .gform_wrapper li.gfield_error input[type=number]:focus,
body .gform_wrapper li.gfield_error input[type=password]:focus,
body .gform_wrapper li.gfield_error input[type=tel]:focus,
body .gform_wrapper li.gfield_error input[type=text]:focus,
body .gform_wrapper li.gfield_error input[type=url]:focus,
body .gform_wrapper li.gfield_error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
body .gform_wrapper li.gfield_error input[type=email]::-webkit-input-placeholder,
body .gform_wrapper li.gfield_error input[type=number]::-webkit-input-placeholder,
body .gform_wrapper li.gfield_error input[type=password]::-webkit-input-placeholder,
body .gform_wrapper li.gfield_error input[type=tel]::-webkit-input-placeholder,
body .gform_wrapper li.gfield_error input[type=text]::-webkit-input-placeholder,
body .gform_wrapper li.gfield_error input[type=url]::-webkit-input-placeholder,
body .gform_wrapper li.gfield_error textarea::-webkit-input-placeholder  {
    color: #843534;
}
body .gform_wrapper li.gfield_error input[type=email]:-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=number]:-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=password]:-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=tel]:-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=text]:-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=url]:-moz-placeholder,
body .gform_wrapper li.gfield_error textarea:-moz-placeholder  {
    color: #843534;
}
body .gform_wrapper li.gfield_error input[type=email]::-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=number]::-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=password]::-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=tel]::-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=text]::-moz-placeholder,
body .gform_wrapper li.gfield_error input[type=url]::-moz-placeholder,
body .gform_wrapper li.gfield_error textarea::-moz-placeholder  {
    color: #843534;
}
body .gform_wrapper li.gfield_error input[type=email]:-ms-input-placeholder,
body .gform_wrapper li.gfield_error input[type=number]:-ms-input-placeholder,
body .gform_wrapper li.gfield_error input[type=password]:-ms-input-placeholder,
body .gform_wrapper li.gfield_error input[type=tel]:-ms-input-placeholder,
body .gform_wrapper li.gfield_error input[type=text]:-ms-input-placeholder,
body .gform_wrapper li.gfield_error input[type=url]:-ms-input-placeholder,
body .gform_wrapper li.gfield_error textarea:-ms-input-placeholder  {
    color: #843534;
}

/*=============================================
 =            Request Estimate Form           =
 =============================================*/
/*.request-estimate-page a {
    color: #993368;
}
.request-estimate-page a:hover {
    text-decoration: underline;
}
.request-estimate-page a.btn:hover {
    color: #fff;
    text-decoration: none;
}*/


/*=============================================
 =            Mobile Responsive               =
 =============================================*/



@media screen and (max-width: 1325px) {
    body.page-template-template-state .hero-title {
        font-size: 30px;
        line-height: 30px;
    }

     #navigation ul li a{
        font-size: 15px;
    }
}

@media screen and (max-width: 1130px){
      #navigation ul li a{
        font-size: 12px;
    }
}

/*The exceedinly dirty solution to the hamburger bug issue*/
@media screen and (min-width: 1025px) {
    #header-section .ut-mm-trigger button.ut-mm-button:before {
        display: none;
    }
}

@media screen and (max-width: 1024px) { /*1177*/
     .ut-mobile-menu a {
        color: #ffffff;
     }
    #navigation {
        display: none;
    }
    .ut-mm-trigger.tablet-grid-20.mobile-grid-20.hide-on-desktop {
        display: block !important;
        clear: right;
    }
    .top-nav {
        margin-top: 20px;
    }
    .ut-mm-trigger {
        line-height: 77px;
        height: 77px;
        position: absolute;
        right: 0;
        top: 70px;
    }
    .ut-header-light #ut-mobile-nav {
        background: #993366;
    }
    #ut-mobile-nav {
        position: absolute;
        left: 0px;
        top: 147px; /* 80px */
    }

    #menu-footer li.menu-item-type-custom:first-child{
        display: inline-block;
    }

    /*.grid-40.tablet-grid-50.mobile-grid-50.push-5 {
        left: 0;
    }
    #navigation {
        display:none;
    }
    .ut-mm-trigger {
        display: block !important;
        clear: right;
    }*/
}


@media screen and (max-width: 1040px) {
    .grid-50.footer-nav {
        text-align: center !important;
        display: block !important;
        width: 100%;
    }
    .grid-50.newsletter {
        text-align: center !important;
        margin-top: 25px;
        display: block !important;
        /*width: 100%;
        /*padding-left: 0;
        padding-right: 0;*/
    }
    .footer-content .grid-30.social {
        text-align: center;
        margin-bottom: 20px;
        display: block !important;
        width: 100%;
    }
    .footer-content .grid-70.copyright {
        display: block !important;
        /*width: 100%;*/
    }
    .footer-content .grid-70.copyright .copyright {
        text-align: left;/*center*/
    }
}
@media screen and (max-width: 1024px) {
    body {
        padding-top: 80px;
    }
    /* header/nav */
    .site-logo {
        height: 80px;
        line-height: 80px;
    }
    .site-logo img {
        height: 80px;
        max-height: 80px;
        max-width: 100%;
    }
    .locations-listing {
        padding: 83px 20px 73px 20px;
    }
    .locations-container {
        background-size: 15%;
    }
    .locations-container ul {
        margin-left: 37px;
    }
    .ut-mm-trigger {
        right: 20px;
        top: auto;
        position: absolute;
    }
    #ut-mobile-nav {
        top: 80px;
    }

     #navigation ul li a{
        font-size: 12px;
    }
}

@media screen and (max-width: 870px) {
    .parallax-overlay {
        width: 100% !important;
    }
    body.page-template-template-right-sidebar h1.hero-title {
        font-size: 35px !important;
    }
    body.page-template-template-state .hero-title {
        font-size: 20px;
        line-height: 20px;
    }
    body.page-template-template-locations-listing #secondary a {
        font-size: 16px;
    }
    form.job_filters .search_jobs .search_location {
        width: 100%;
    }
    .copyright {
        line-height: 15px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 57px;
    }
    .home .hero-btn.mobile {
        display: inline-block;
    }
    .home .hero-btn.desktop {
        display: none;
    }
    .remodal-overlay {
        display: none !important;
    }
    .remodal-wrapper {
        position: absolute !important;
        -webkit-overflow-scrolling: auto !important;
        overflow: visible !important;
    }
    .site-logo img {
        height: 57px;
        max-height: 57px;
        vertical-align: top;
        max-width: 165px;
    }
    .hero {
        min-height: 253px;
        background-position: center !important;
        background-attachment: scroll !important;
    }
    .parallax-background.fixed {
        height: 253px;
        background-attachment: scroll;
        background-position: center !important;
    }
    .site-logo {
        height: 57px;
    }
    .top-nav {
        display: none;
    }
    .grid-20.social {
        background: #993366;
    }
    .homepage-tile-vertical {
        min-height: 500px;
    }
    blockquote p.quote {
        max-width: 100%;
    }
    blockquote.elegant {
        padding: 60px 0 0 0;
    }
    .ut-mm-trigger {
        position: absolute;
        right: 0px;
        height: 60px;
        top: -10px;
    }
    /*awards*/
    .grid-50.awards {
        min-height: 590px;
    }
    .award-logos li {
        width: 49%;
    }
    .home-bottom-container {
        display: block;
    }
    .award-logos {
        margin: 0;
    }
    .multiple-loc-map {
        display: none;
    }
    .locations-content {
        display: block;
    }
    .state-locations .location-cities {
        padding: 30px 0 55px 0;
    }
    body.page-template-template-locations-listing .grid-container {
        padding-left: 0;
        padding-right: 0;
    }
    body.page-template-template-locations-listing #primary {
        padding-bottom: 0;
    }
    body.page-template-template-locations-listing #secondary {
        padding: 20px 20px 20px 20px !important;
    }
    body.page-template-template-locations-listing .acf-map {
        display: none;
    }

    .locations-container {
        background-size: auto;
        max-width: 220px;
        margin: 0 auto;
    }
    .locations-listing h5 {
        text-align: center;
        margin-bottom: 30px;

    }
    .locations-container-mobile {
        display: block;
    }
    .locations-container ul {
        margin-left: 70px;
    }
    #ut-mobile-nav {
        top: 57px;
    }
    .acf-map {
        display: none;
    }
    .request-estimate {/*keeps button from overlapping location text*/
        padding: 55px 0px 10px;
        max-width: 85px;
        font-size: 11px;
    }
    .request-estimate a:hover {
        text-decoration: none;
    }
    footer .footer-content .footer_menu_container #menu-footer li {/*footer nav items*/
        display: block;
        margin-right: 0;
    }
    footer .footer-content .footer_menu_container #menu-footer li {/*centers footer nav items*/
        text-align: center;
    }
    footer .ut-footer-so {/*padding below social icons*/
        padding-bottom: 25px;
    }
    .footer-content {
        text-align: center;
    }
    .newsletter .newsletter-label { /*Signup newsletter form label*/
        display: block;
        padding-bottom: 18px;
    }
    .newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_body ul li#field_7_1 .ginput_container_email input.small {
        width: 200px;/*email field width*/
    }
    .newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_footer.top_label input[type="submit"] {
        width: 120px;/*submit button width*/
    }
    .newsletter div.gf_browser_safari.gf_browser_iphone.gform_wrapper.gf_simple_horizontal_wrapper {
        padding-bottom: 25px; /*padding below email form field and submit button*/
    }
    footer span.copyright {
        text-align: center;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    footer .footer-content .footer_menu_container #menu-footer li {/*centers footer nav items*/
        text-align: left;/*center*/
    }
    .footer-content {/*centers footer nav on page*/
        text-align: center;
    }
    footer span.copyright {/*centers copyright on page*/
        text-align: center;
    }
    footer ul#menu-footer, footer .newsletter, footer ul.ut-footer-so {/*padding bottom on footer menu, form, and social icons*/
        padding-bottom: 18px;
    }
}
@media screen and (max-width: 767px) {
    .show-on-mobile {
        display: block;
    }
    .grid-80.testimonials {
        min-height: 0;
    }
    /*.news h2 {
        margin-left: 0;
        text-align: center;
    }*/
    .grid-50.news {
        padding-top: 40px;
    }
    div.homepage-tile-horizontal, div.homepage-tile-vertical {
        height: 220px;
        vertical-align: top;/*removes weird white line between .tile3 and .tile4 on mobile*/
    }
    #homepage-tiles .tile-content {
        top: 40%; /*makes tile heading look more contered on mobile*/
    }
    #main-content .state-page a.bottom-button {
        font-size: 18px !important;
    }
    .homepage-tile-vertical, .homepage-tile-horizontal {
        min-height: 0;
    }
    .tile-content h4 {
        font-size: 17px;
        line-height: 16px;
        text-transform: uppercase;
    }
    .tile-content em {
        font-size: 10px;
        line-height: 22px;
    }
    #ut-hero .hdh .hero-description {/*mobile hero header*/
        font-size: 23px!important;
        line-height: 25px!important;
    }
    #ut-sitebody #ut-hero span.hero-button-holder a.hero-button {/*mobile hero button*/
        font-size: 13px!important;
        line-height: 22px!important;
    }
    .grid-20.social {
        padding: 40px 0 20px 0;
    }
    .grid-20.social h3 {/*Connect*/
        font-size: 19px;
        line-height: 22px;
        text-transform: uppercase;
    }
    /*social icons*/
    ul.homepage-social-icons {
        width: 152px;/*182px*/
        display: block;
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
    }
    ul.homepage-social-icons li:last-child {
        clear: both;
        -ms-clear: both;
        padding: 0 28%;
        -ms-padding: 0 28%;
    }
    ul.homepage-social-icons li {
        float: left;
        -ms-float: left;
        padding: 0 5px;
    }
    .home .hero-btn-holder {
        margin-top: 15px;
    }
    .home .hero-btn {
        font-size: 13px!important;
        padding: 7px 18px 7px 48px;
        background-position: 22px 50%!important;
        background-size: 9%!important;
        letter-spacing: 0 !important;
    }
    .home .hero-btn:hover {
        font-size: 13px!important;
        padding: 7px 18px 7px 48px;
        background-position: 22px 50%!important;
        background-size: 9%!important;
        letter-spacing: 0 !important;
    }
    .html,body {
        overflow-x: hidden;
    }
}
@media screen and (max-width: 550px) {
    .grid-65.newsletter #gform_wrapper_2 {
        margin-top: 15px;
    }
    #gform_4 .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
        width: 100% !important;
        display: block !important;
        margin-left: 0 !important;
    }
    .gform_wrapper .top_label input.medium, .gform_wrapper .ginput_complex .ginput_full {
        width: 100% !important;
    }
    footer .footer-content .footer_menu_container #menu-footer li {/*footer nav items*/
        display: block;
        margin-right: 0;
    }
    footer .footer-content .footer_menu_container #menu-footer li {/*centers footer nav items*/
        text-align: center;
    }
    footer .ut-footer-so {/*padding below social icons*/
        padding-bottom: 25px;
    }
    .footer-content {
        text-align: center;
    }
    .newsletter .newsletter-label { /*Signup newsletter form label*/
        padding-bottom: 18px;
    }
    .newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_body ul li#field_7_1 .ginput_container_email input.small {
        width: 200px;/*email field width*/
    }
    .newsletter div.gf_browser_chrome.gform_wrapper.gf_simple_horizontal_wrapper form#gform_7 .gform_footer.top_label input[type="submit"] {
        width: 120px;/*submit button width*/
    }
    .newsletter div.gf_browser_safari.gf_browser_iphone.gform_wrapper.gf_simple_horizontal_wrapper {
        padding-bottom: 25px; /*padding below email form field and submit button*/
    }
    footer span.copyright {
        text-align: center;
    }
    .testimonial .points {
        text-align: left;
    }
    .testimonial .author {
        text-indent: 0;
    }
}
@media screen and (max-width: 486px) {
    ul.footer-nav li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px
    }
    ul.footer-nav li:last-child {
        margin-bottom: 0;
    }
    /*#ut-hero .hdh .hero-description{
        font-size: 28px !important;
        line-height: 1.5 !important;
    }*/
    blockquote.elegant {
        background-position: center 15px;
    }
    .team-member-profile {
        width: 100%;
    }
}

/*=============================================
 =            END Mobile Responsive           =
 =============================================*/
