/*   
Theme Name: Union Mutual 2021
Theme URI: http://www.unionmutual.com/
Description: This is a theme created for Union Mutual Companies by VickeryHill.com.
Author: VickeryHill.com (JR)
Author URI: http://vickeryhill.com
Version: 2.1
Tags: responsive-layout
License: WTFPL
License URI: http://sam.zoy.org/wtfpl/
*/
/* Stylesheet comments here */

@import url('css/normalize.css');
@import url('css/skeleton.css');
@import url('js/bxslider/jquery.bxslider.css');
@import url('css/jetmenu.css');
@import url('js/fancybox/source/jquery.fancybox.css?v=2.1.5');
@import url('webfonts/ss-air.css');
@import url('webfonts/ss-symbolicons-block.css');
@import url('webfonts/ss-social-regular.css');
/* Start CSS Reset
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
    margin: 30px;
    padding: 0;
    font-size: 19px;
    font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*End CSS Reset*/
::-webkit-scrollbar {
    -webkit-appearance: none;
	background-color: #f1f1f1;
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #c1c1c1;
    -webkit-box-shadow: 0 0 1px rgba(241,241,241,.5);
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: #e1e1e1;
    font-family: "myriad-pro", Arial, sans-serif;
    color: #5a5a5a;
}
.bg-white {
    background: #ffffff;
}
.bg-light-grey {
    background: #f4f4f4;
    border-top: #e1e1e1 1px solid;
}
.bg-light-grey.no-top-border {
    border-top: none;
}
.bg-dark-blue {
    background: #002c73;
}
.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.no-border {
    border: none;
}
.clear {
    clear: both;
}
.desktop-none {
    display: none;
}
.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .group,
*:first-child+html .group {
    zoom: 1;
}
/* First selector = IE6, Second Selector = IE 7 */

h1,
h2,
h3 {
    font-family: "stymie", serif;
    letter-spacing: 1px;
    margin: 20px 0 20px 0;
    color: #002c73;
}

h1 a,
h2 a,
h3 a {
	color: #002c73;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #002c73;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #002c73;
}
h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}
h4,
h5,
h6 {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    margin: 20px 0 20px 0;
    color: #5a5a5a;
}
.entry h4,
.entry h5,
.entry h6 {
    font-weight: 600;
}
p {
    margin: 0 0 10px 0;
    color: #5a5a5a;
    line-height: 1.5;
}
a {
    color: #73a94e;
    text-decoration: none;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
a:hover {
    text-decoration: underline;
}
blockquote {} blockquote p {} ul,
ol {
    margin: 0 0 0 0;
}
.entry {
    color: #5a5a5a;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.entry-two {
    padding-top: 0;
}
.entry a {} .entry a:hover {} .entry iframe {
    max-width: 100%;
    height: 100%;
    width: 100%;
    min-height: 493px;
}
pre {} code,
tt {} #meta {} .postmetadata {} #sidebar {} .navgation {} .next-posts {} .prev-posts {} #searchform {} #s {} #searchsubmt {} ol.commentlist {
    list-style: none;
}
ol.commentlist li {} ol.commentlist li.alt {} ol.commentlist li.bypostauthor {} ol.commentlist li.byuser {} ol.commentlist li.comment-author-admin {} ol.commentlist li.comment {
    border-bottom: 1px dotted #666;
    padding: 10px;
}
ol.commentlist li.comment div.comment-author {} ol.commentlist li.comment div.vcard {} ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {} ol.commentlist li.comment div.vcard img.avatar {
    float: right;
    margin: 0 0 10px 10px;
}
ol.commentlist li.comment div.vcard img.avatar-32 {} ol.commentlist li.comment div.vcard img.photo {} ol.commentlist li.comment div.vcard span.says {} ol.commentlist li.comment div.commentmetadata {} ol.commentlist li.comment div.comment-meta {
    font-size: 10px;
}
ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
}
ol.commentlist li.comment p {} ol.commentlist li.comment ul {} ol.commentlist li.comment div.reply {
    font-size: 11px;
}
ol.commentlist li.comment div.reply a {
    font-weight: bold;
}
ol.commentlist li.comment ul.children {
    list-style: none;
    margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li {} ol.commentlist li.comment ul.children li.alt {} ol.commentlist li.comment ul.children li.bypostauthor {} ol.commentlist li.comment ul.children li.byuser {} ol.commentlist li.comment ul.children li.comment {} ol.commentlist li.comment ul.children li.comment-author-admin {} ol.commentlist li.comment ul.children li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-5 {} ol.commentlist li.comment ul.children li.odd {} ol.commentlist li.even {
    background: #fff;
}
ol.commentlist li.odd {
    background: #f6f6f6;
}
ol.commentlist li.parent {
    border-left: 5px solid #111;
}
ol.commentlist li.thread-alt {} ol.commentlist li.thread-even {} ol.commentlist li.thread-odd {} form {} input[type=text] {} textarea {} .wp-caption-text {} .sticky {} .gallery-caption {} img.alignright, .wp-caption.alignright {
    float: right;
    margin: 0 0 10px 10px;
    max-width: 100%;
    height: auto;
}

/***
*** Unbox the container layout for Union Mutual
***/
.container, #branding-container, .container-full { max-width: 100%; }
.um-container-sans-pipe { max-width: 100%; width: auto; margin: 0 24px; }
.bx-wrapper img { max-width: 100%; display: block; object-fit: cover; margin: 0; width: 100%; }
#agent-map-search-container h1 { color: #002c73; text-shadow: none; margin: 0 0 5px 0; }


img.alignleft, .wp-caption.alignleft{
    float: left;
    margin: 0 10px 10px 0;
    max-width: 100%;
    height: auto;
}
img.aligncenter, .wp-caption.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.wp-caption.alignright img, .wp-caption.alignleft img, .wp-caption.aligncenter img, .entry img {
	max-width: 100%;height: auto;
}

strong {
    font-weight: 600;
}
em {
    font-style: italic;
}
#header {
    background: #ffffff;
}
a:hover #alert span {
    color: #73a94e;
}
.edit-field {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.edit-field,
.edit-field .post-edit-link {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    margin: 0;
    line-height: 1;
}
#alert {
    background: #f4f4f4;
    display: table;
    padding: 10px 24px;
    color: #002c73;
    font-style: italic;
    font-size: 14px;
    text-align: -webkit-center;
    margin: 0 auto;
    max-width: 1140px;
}
#alert span {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    color: #002c73;
}
#alert span:nth-child(2) {
    line-height: 16px;
}
#alert span:nth-child(2) a{
	text-decoration:underline;
	color:#002c73;
}
#alert span:nth-child(2) a:hover {
	color:#73a94e
}
#alert span i {
    position: relative;
    margin-right: 10px;
    font-size: 23px;
}
/** Happy Holiday's graphic in the header **/
#branding-container {
    display: table;
    position: relative;
    padding: 15px 0;
    width: 100%;
    margin: 0 auto;
    /*background: #fff url('https://www.unionmutual.com/wp-content/uploads/2019/12/Happy_Holidays.png') 41% 0 no-repeat;
    background-size: contain;*/
}
/*
@media screen and ( min-width: 680px ) {
    .jetmenu > li.showhide {
        background-image: url('https://www.unionmutual.com/wp-content/uploads/2019/12/Happy_Holidays.png');
        background-position:  85% 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and ( max-width: 680px ) {
    .jetmenu > li.showhide {
        background-image: url('https://www.unionmutual.com/wp-content/uploads/2019/12/Happy_Holidays_Wreath.png');
        background-position:  35% 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and ( max-width: 1024px ) {
    #branding-container {
        background-position: 312px 0;
        background-size: 180px;
    }
}
*/
#logo-container,
.search-container,
#social-container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

#logo-container {} #logo-container a {} #logo-container a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.jetmenu .search-container {display:none;}
.jetmenu > li.right > a:hover:after { border: 0; }
#logo-container a img {
    max-height: 82px;
    width: auto;
    padding-left: 48px;
}
.search-container {} 
.search-container form {
    float: right;
    position: relative;
    right: 0;
    -webkit-appearance: none;
}
.search-container form > div {
    position: relative;
}
.search-container form input[type=text]#q {
    background-color: #f4f4f4;
    border: 0;
    float: right;
    padding: 12px 60px 12px 25px;
    font-family: "stymie", serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    height: 55px;
    color: #002c73;
    margin-bottom: 0;
    -webkit-box-shadow: 0 7px 5px -7px #afafaf;
    -moz-box-shadow: 0 7px 5px -7px #afafaf;
    box-shadow: 0 7px 5px -7px #afafaf;
}
.search-container form input[type="submit"]#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    background-image: url("/wp-content/themes/unionmutual/images/search.png");
    /* background-repeat: no-repeat; */
    
    background-position: right;
    background-color: transparent;
    /*background: #002c73;*/
    
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: none;
    height: 55px;
    width: 55px;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    margin-top: 0;
    min-width: inherit;
    padding: 0;
    background-size: 100%;
    background-size: 55px 55px;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.search-container form input[type="submit"]#searchsubmit:hover {
    background-image: url("/wp-content/themes/unionmutual/images/search-hover-new.png")
}
#social-container {
    width: 275px;
    padding-right: 24px;
    padding-left: 24px;
}
#social-container ul {
    display: table-cell;
    float: right;
}
#social-container ul li {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
    width: 55px;
    height: 55px;
}
#social-container ul li a {
    color: #002c73;
    text-decoration: none;
    width: 55px;
    height: 55px;
    background: #ffffff;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    display: table;
}
#social-container ul li a:hover,
.container-social-list-items li a:hover {
    color: #ffffff;
    background: #92cadc;
}
.container-social-list-items #social-container ul li a.um-social-facebook:hover,
.container-social-list-items li a.um-social-facebook:hover {
    background: #517cbe;
}
#social-container ul li a.um-social-twitter:hover,
.container-social-list-items li a.um-social-twitter:hover {
    background: #65ccef;
}
#social-container ul li a.um-social-youtube:hover,
.container-social-list-items li a.um-social-youtube:hover {
    background: #f16361;
}
#social-container ul li a.um-social-linkedin:hover,
.container-social-list-items li a.um-social-linkedin:hover {
    background: #91c9db;
}
#social-container ul li a.um-social-instagram:hover,
.container-social-list-items li a.um-social-instagram:hover {
    background: #c8c5b3;
}
#social-container ul li a i {
    font-size: 24px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    top: 2px;
    text-align: center;
}
/* Start Agent Search Styles */
.page-template-page-agents #agent-map-search-container {
    height: 500px;
}


#agent-map-search-container.content-header-image h1 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    background-image: url(images/map-background-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.background.has-background,
.page-template-page-agents #agent-map-search-container {
    transition: all 0.2s ease-in-out;
    background-image: url('images/map-background-image.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   /* -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);*/
}
.select-style {
    background: url(/wp-content/themes/unionmutual/images/arrow-down.png) #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    background-position: right;
    background-repeat: no-repeat;
}

#agent-search-form .select-style {
    background-position-y: inherit;
	background: url(/wp-content/themes/unionmutual/images/arrow-down.png) #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
#agent-map-form-container {
    display: table;
    width: 100%;
}
#agent-map-search-container > row {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: none;
}
#agent-map-search-container .has-background h1 {
    color: #ffffff;
    text-shadow: 1px 1px 5px rgb(43, 43, 43);
    margin: 0 0 0 0;
}
#agent-map-search-container .home-search p, .home #agent-map-search-container form p {
    margin-bottom: 30px;
}

.agent-map-search-container-primary#agent-map-search-container form > h1 {
	margin: 0 0 5px 0;	
}

.agent-map-search-container-primary form > p {
	margin-bottom: 30px;
	color: #ffffff;
    font-size: 20px;
	text-shadow: 1px 1px 5px rgb(43, 43, 43);
}
#agent-map-search-container form {
    width: 100%;
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 30px 24px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
}
.page-template #agent-map-search-container form, .page-template-page-agents #agent-search-form {
	background: #666666 url('images/map-background-image.jpg') no-repeat 50% 50%;
	background-position: 50% 50%;
	background-size: cover;
    padding-bottom: 85px;
    padding-top: 85px;
}
.page-template-page-agents #agent-search-form {
    padding-bottom: 30px;
    padding-top: 30px;
}
#agent-map-search-container form.home-search, .home #agent-map-search-container form  {
    background: #ffffff;
}
.page-template #agent-map-search-container h1 { color:white; text-shadow: 1px 1px 5px rgb(43 43 43); margin: 0 0 0 0; }
.page-template:not(.home) #agent-map-search-container p { color:white; text-shadow: 1px 1px 5px rgb(43 43 43); margin: 0 0 1.25em 0; }
#agent-map-search-container h1, .home #agent-map-search-container h1{
    color: #002c73;
    text-shadow: none;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
}
#agent-map-search-container form label {
    display: none;
}
#agent-map-search-container form label.error {
    color: #ef662f;
    font-size: 17px;
    position: absolute;
    margin-top: 7px;
    padding: 5px;
    background: #f4f4f4;
    border-radius: 5px;
}
#agent-map-search-container form select,
#agent-map-search-container form input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: initial;
    margin-bottom: 0;
    height: 60px;
    padding: 0 30px;
    line-height: normal;
    box-sizing: border-box;
}
#agent-map-search-container form select {
    margin: 0 30px;
    display: block;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0;
    -moz-appearance: none;
    padding: 0 60px 0 30px;
}
select::-ms-expand {
    display: none;
}
#agent-map-search-container form input[type='submit'] {
    padding: 0 60px;
    line-height: 60px;
}
#agent-map-search-container form input#address,
#agent-search-form input#address {
	background: url(/wp-content/themes/unionmutual/images/pin.png) 100% 50% no-repeat #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 60px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    background-size: contain;
}
#agent-search-form input#address {
    margin-bottom: 0;
}
#agent-search-form select {
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
}
#agent-search-form .select-style {
    background-color: #ffffff;
}
#agent-search-form label {
    margin-bottom: 5px;
    color: #ffffff;
	font-weight: 400;
    text-shadow: 1px 1px 5px rgb(43, 43, 43);
}
#agent-search-form label.error {
    color: #ef662f;
    font-size: 13px;
    position: absolute;
    margin-top: 1px;
    padding: 3px;
    background: #f4f4f4;
    border-radius: 5px;
    text-shadow: none;
}
.agent-search-form-container {
    display: block;
    position: relative;
    vertical-align: middle;
}
.agent-search-form-container > div {
    display: table;
    width: 100%;
}
.agent-search-form-container > div > div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 30px;
	background-size: contain;
}
.agent-search-form-container > div > div:last-child {
    margin-right: 0;
}
.shop-search-form-container { clear:both; display: flex; }
.shop-search-form-container > div { display: flex; flex-flow: column wrap; justify-content: flex-end; padding-right: 10px; }
.shop-search-form-container div label { margin-bottom: .45em; margin-left: .45em; }
.shop-search-form-container div input, .shop-search-form-container div select { margin-bottom: 0; padding: 6px 10px; }

#agent-search-form {
	border-bottom: 1px solid #e1e1e1;
    padding: 24px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
#agent-search-form h1 {
    font-family: "stymie", serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
	margin-top: 0;
	margin-bottom: 0;
    top: 2px;
	text-shadow: 1px 1px 5px rgb(43, 43, 43);
}
#agent-search-form form {} #agent-search-form form label {
    display: none;
}
#agent-search-form form input,
#agent-search-form form select {} #agent-search-form form input {} #agent-search-form form select {} 
#agent-result-volume {
    display: table;
    width: 100%;
    padding: 0;
    font-family: "myriad-pro", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 24px;
    box-sizing: border-box;
	background: #ffffff;
	    z-index: 2;
    position: relative;
}
#agent-result-volume > div {
	display: table-cell;
    position: relative;
    vertical-align: middle;
}

#agent-result-volume > div  select {
	margin-bottom:0;
	-moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
}
#agent-result-volume > div:first-child {
	padding-right:10px;
	width: inherit;
}
#agent-result-volume > div:nth-child(2) {
	width: 50px;
	min-width: 50px;
    font-weight: 600;
	padding-right:10px;
}
#agent-result-volume > div:last-child {
    float: right;
	width: 130px;
}
#agent-result-volume .select-style {
    background: url(/wp-content/themes/unionmutual/images/arrow-down.png) #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
    background-position: right;
    background-repeat: no-repeat;
	background-size:34px 34px
}

#agent-result-volume > div  select {
background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	-moz-appearance: none;
    margin-bottom: 0;
	height:30px;
	width: 130px;
    float: right;
	padding: 0 10px;
}
#agent-result-list {
    height: 600px;
    overflow: scroll;
    overflow-y: scroll;
	overflow-x: hidden;
	-webkit-appearance: none;
} 
#agent-result-list > ul {} 

#agent-result-list > ul > li {
    padding: 25px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
}
#agent-result-list > ul > li:hover {
	background:#f9f9f9;
}
#agent-result-list > ul > li:last-child {
    border-bottom: none;
}
#agent-result-list > ul > li > div {
    display: table;
    font-family: "myriad-pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}
#agent-result-list > ul > li > div div.agent-result-number {
    font-size: 22px;
    padding-right: 10px;
    font-family: "stymie", serif;
    color: #002c73;
    top: 2px;
    position: relative;
}
#agent-result-list > ul > li > div div.agent-result-info {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
#agent-result-list > ul > li > div div.agent-result-info div.agent-result-title {
    font-size: 22px;
    font-family: "stymie", serif;
    color: #002c73;
    top: 2px;
    position: relative;
}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-location {
    font-size: 16px;
    display: table;
    width: 100%;
    padding: 9px 0 0 0;
}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-cta {
    font-size: 14px;
    font-family: "stymie", serif;
	display: table;
    width: 100%;
    padding: 15px 0 0 0;
}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-location > i {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-right: 10px;
    top: 1px;
	font-size: 16px;
	width: 17px;
}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-location > span {
    display: table-cell;
    position: relative;
    vertical-align: middle;

}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-cta > a {
    display: table;
    /*width: 50%;*/
    float: left;
    
}

#agent-result-list > ul > li > div div.agent-result-info span.agent-result-cta > a:nth-child(-n+2) {
	padding-right:20px;
}

#agent-result-list > ul > li > div div.agent-result-info span.agent-result-cta > a:hover {
        color: #5a5a5a;
    text-decoration: none;
}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-cta > a > i {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding-right: 10px;
    float: left;
	font-size: 16px;
}
#agent-result-list > ul > li > div div.agent-result-info span.agent-result-cta > a > span {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    float: left;
	top: 1px;
    left: 1px;
    font-size: 18px;
}
#agent-single-return-results {
    display: block;
    cursor: pointer;
}
a#agent-single-return-results {
    display: table;
    width: 100%;
    padding: 20px 25px;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
    
	box-sizing: border-box;
}
a#agent-single-return-results:hover {
    color: #5a5a5a;
    text-decoration: underline;
}
a#agent-single-return-results span {
    display: table-cell;
    position: relative;
    float: left;
}
a#agent-single-return-results i {
    display: table-cell;
    position: relative;
    float: left;
    padding-right: 10px;
}
#agent-single-details-container {
    padding: 25px 25px 15px 25px;
    border-bottom: 1px solid #e1e1e1;
    background: #ffffff;
}
#agent-single-details-container h1 {
    font-family: "stymie", serif;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #002c73;
    margin: 0 0 20px 0;
}
#agent-single-details-container a.agent-single-detail-shell {
    display: table;
    margin-bottom: 5px;
    padding: 5px;
    
	font-family: "stymie", serif;
}
#agent-single-details-container a.agent-single-detail-shell.agent-phone {
	color: #5a5a5a;
    cursor: text;
    font-family: "myriad-pro", Arial, sans-serif;
}
#agent-single-details-container a.agent-single-detail-shell:hover {
    color: #5a5a5a;
    text-decoration: none;
}
#agent-single-details-container .button-primary {
    margin-top: 20px;
}
#agent-single-details-container .button-primary i {
    position: relative;
    top: 2px;
    margin-right: 8px;
}
#agent-single-details-container a.agent-single-detail-shell.button-primary {
    vertical-align: middle;
    position: relative;
    text-decoration: none;
}
#agent-single-details-container a.agent-single-detail-shell i {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
}
#agent-single-details-container a.agent-single-detail-shell span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#agent-single-products-container,
#agent-single-content-container,
#agent-single-branch-container {
    display: block;
    padding: 20px 25px 0 25px;
    background: #ffffff;
    border-bottom: 1px solid #e1e1e1;
}
#agent-single-products-container .toggle-agent-container,
#agent-single-content-container .toggle-agent-container,
#agent-single-branch-container .toggle-agent-container {
    display: table;
    width: 100%;
    margin: 0 0 20px 0;
    cursor: pointer;
}
#agent-single-products-container .toggle-agent-container:hover,
#agent-single-content-container .toggle-agent-container:hover,
#agent-single-branch-container .toggle-agent-container:hover {
    text-decoration: none;
    color: #73a94e;
}
.toggle-agent-container > i {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    float: right;
    color: #002c73;
    font-size: 18px;
    top: 3px;
}
#agent-single-products-container .toggle-agent-container h2,
#agent-single-content-container .toggle-agent-container h2,
#agent-single-branch-container .toggle-agent-container h2 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-family: "stymie", serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #002c73;
    margin: 0 0 20px 0;
	top: 2px;
}
#agent-single-products-container > div.toggle-agent-container-bottom,
#agent-single-content-container > div.toggle-agent-container-bottom {
    padding-bottom: 15px;
}
#agent-single-branch-container > div.toggle-agent-container-bottom {
    padding-bottom: 0;
}
#agent-single-products-container p,
#agent-single-content-container p {} #agent-single-branch-container .agent-single-detail-shell {
    display: table;
    margin-bottom: 25px;
    
    font-family: "stymie", serif;
}
#agent-single-branch-container .agent-single-detail-shell:hover {
        color: #5a5a5a;
    text-decoration: none;
}
#agent-single-branch-container .agent-single-detail-shell i {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
}
#agent-single-branch-container .agent-single-detail-shell span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
/* Start Breadcrumbs and Sharethis */

#um-breadcrumbs {
    display: table;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#breadcrumbs,
#share-this-container {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
#breadcrumbs {
    padding-left: 24px;
}
#share-this-container {
    padding-right: 24px;
    float: right;
}
#breadcrumbs > span > span {
    /* display: table; */
    /* position: relative; */
}
#breadcrumbs a {
    color: #5a5a5a;
}
#breadcrumbs > span > span > a,
#breadcrumbs > span > span > i,
#breadcrumbs > span > span > span {
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* position: relative; */
    /*padding: 14px 0;*/
}
#breadcrumbs > span > span i {
    position: relative;
    top: 1px;
}
#breadcrumbs > span > span > a > img {
    height: inherit;
    vertical-align: middle;
    position: relative;
    display: table-cell;
}
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-social-regular:before,
[class*=" ss-"].ss-social-regular:before {
    top: 2px;
    position: relative;
}
#breadcrumbs > span > span > i {
    top: 1px;
    padding: 0 8px;
}
#social-share-bar {
    display: inline-block;
}
.breadcrumb_last {
    font-style: italic;
}
#share-this-container > span {
    background-image: none !important;
    font-size: 16px;
    color: #5a5a5a;
    position: relative;
    -webkit-box-shadow: inset -1px 0 0 0 #e1e1e1;
    box-shadow: inset -1px 0 0 0 #e1e1e1;
    padding: 14px 14px 14px 14px;
    display: table-cell;
    text-align: center;
}
#share-this-container > span:hover {
    color: #ffffff;
}
#share-this-container > span#share-this-title:hover {
    color: #5a5a5a;
}
#share-this-container > span.ss-facebook:hover {
    background: #517cbe;
}
#share-this-container > span.ss-twitter:hover {
    background: #65ccef;
}
#share-this-container > span.ss-pinterest:hover {
    background: #f16361;
}
#share-this-container > span.ss-linkedin:hover {
    background: #92cadc;
}
#share-this-container > span.ss-mail:hover {
    background: #afaa98;
}
#share-this-container > span#share-this-title {
    padding: 14px;
}
#share-this-container > span > span {
    position: absolute;
    top: 0!important;
    left: 0!important;
    width: 44px !important;
    height: 44px !important;
    margin-right: 0;
    margin-left: 0;
    background-image: none !important;
}
#share-this-container > span > span > span {
    background-image: none !important;
    width: 25px!important;
}
#share-this-container > span:nth-child(2) {
    display: none;
}
/* End breadcrumbs and share this */
/* Start General Content Styles */

.entry ul,
.entry ol {
    padding: 10px 20px;
    margin: 0;
}
.entry > ul li {
    background: url(/wp-content/themes/unionmutual/images/arrow-right-moon-small.png) no-repeat;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 0 0 30px;
    background-size: 90px 13px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}
.entry > ul > li ul li {
    background: url(/wp-content/themes/unionmutual/images/arrow-right-moon-green-small.png) no-repeat;
    background-size: 90px 13px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}
.entry ol {
    counter-reset: item;
}
.entry > ol > li {
    margin: 0;
    padding: 0 0 0 20px;
    text-indent: -32px;
    list-style-type: none;
    counter-increment: item;
    margin-bottom: 10px;
    line-height: 1.5;
}
.entry > ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    color: #002c73;
    text-align: right;
    content: counter(item) ".";
}
#product-headline-divider {
    text-align: center;
    height: 83px;
    display: table;
}
#product-headline-divider h2 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-size: 30px;
    padding: 30px 0;
}
.product-cta {
    padding: 35px 0;
    text-align: center;
    margin: 35px 0;
    position: relative;
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
}
.product-cta h2.h2-cta {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 30px;
}
.product-cta a.button.button-primary {
    display: inline-block;
    margin-bottom: 0;
}
.button-blue:hover {
    background: white;
    color: #333;
    border-color: #5a5a5a;
}
aside {
    width: 100%;
    height: auto;
    padding: 20px 0;
    color: #5a5a5a;
    display: block;
}
.sub-menu-list {} .sub-menu-list li {
    background: url(/wp-content/themes/unionmutual/images/arrow-right-sidebar.png) no-repeat;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-size: 90px 40px;
    background-position: left;
    border-bottom: solid 1px #e1e1e1;
    display: table;
    width: 100%;
}
.sub-menu-list li:first-child {
    border-top: solid 1px #e1e1e1;
}
.sub-menu-list li a {
    color: #002c73;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 10px 24px 10px 48px;
    font-family: "stymie", serif;
    top: 2px;
	line-height: 16px;
}
.sub-menu-list li.current-page,
.sub-menu-list li:hover {
    background: url(/wp-content/themes/unionmutual/images/arrow-right-sidebar-active.png) no-repeat;
    background-size: 90px 40px;
    background-position: left;
    background-color: #f4f4f4;
}
.sub-menu-list li.current-page a,
.sub-menu-list li a:hover {
    color: #5a5a5a;
}
.sub-menu-list li a:hover {
    text-decoration: none;
}
.sidebar-ad {
    display: table;
    width: 100%;
    min-height: 200px;
    transition: min-height 1s;
    margin: 20px 0;
    background-image: url(/wp-content/themes/unionmutual/images/blue-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	    position: relative;
}
.sidebar-ad:hover {
    background-image: url(/wp-content/themes/unionmutual/images/blue-bg.png) !important;
}
.sidebar-ad > a {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 35px 10px;
    text-align: center;
    background: rgba(119, 119, 119, 0.4);
    /*overflow: hidden;
    height: 100%;
    z-index: 2;*/
}
.sidebar-ad a h2 {
    font-size: 30px;
    font-family: "stymie", serif;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    top: 2px;
    position: relative;
    text-shadow: 1px 1px 3px rgb(105, 105, 105);
}
.sidebar-ad a p {
    font-size: 0;
    margin: 0;
    opacity: 0.0;
    color: #ffffff;
    /*-webkit-transition: font-size 1s; */
    /*transition: font-size 1s;*/
}
.sidebar-ad a:hover {
    text-decoration: none;
    background: none;
}
.sidebar-ad a:hover p {
    font-size: 18px;
    margin: 10px 0;
    opacity: 1.0;
}
.sidebar-ad a div {
    color: #ffcd00;
    font-size: 0;
}
.sidebar-ad a div i {
    padding-right: 3px;
    position: relative;
    top: 1px;
    right: 4px;
}
.sidebar-ad a:hover div {
    font-size: 16px;
    margin: 10px 0 0 0;
    opacity: 1.0;
}
#product-category-columns {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    padding: 0 24px;
    box-sizing: border-box;
}
#category-column-container {
    display: table;
    position: relative;
    width: 100%;
}
#category-column-container .category-column-cell,
#category-column-container .category-column-cell.two-products {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
#category-column-container .category-column-cell {
    width: 20%;
}
#category-column-container .category-column-cell.four-products {
    width: 25%;
}
#category-column-container .category-column-cell.two-products {
    width: 50%;
}
#category-column-container .category-column-cell .sidebar-ad {
    margin: 0;
    height: 300px;
}
#category-column-container .category-column-cell .sidebar-ad:hover {
    background: url(/wp-content/themes/unionmutual/images/green-bg.png) no-repeat center center !important;
}
#category-column-container .category-column-cell .sidebar-ad a div {
    color: #ffffff;
}
/* End General Content Styles */
/* Start Collection Style */

.grid-item {
    width: 23%;
    margin: 1% 1% 15px 1%;
    float: left;
    box-shadow: inset 0 0 1px #9e9e9e;
    -moz-box-shadow: inset 0 0 1px #9e9e9e;
    -webkit-box-shadow: inset 0 0 1px #9e9e9e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-item:last-child {
    margin-bottom: 30px;
}
/* Start Temp overide styles for team layout */

.grid-item.grid-item-team {
    width: 100px;
    margin: 1% 30px 30px 0;
    display: inline-block;
    height: 270px;
	position: relative;
}
.grid-item.grid-item-team.grid-item-team-tall {
    height: 300px;
}
.grid-item.grid-item-team .grid-collection-image {
    height: 130px;
}

.grid-item.grid-item-team .grid-collection-title {
    margin: 10px 10px 10px 10px;
}
.grid-item.grid-item-team .grid-collection-title h2 {
    font-size: 15px;
    line-height: 16px;
    margin-top: 0;
}
.grid-item.grid-item-team .grid-collection-meta > i {
    display: none;
}
.grid-item.grid-item-team .grid-collection-meta {
    font-size: 13px;
    line-height: 15px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
}
.grid-item.grid-item-team .grid-collection-button {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
}

.grid-item.grid-item-team .grid-collection-button a {
	color: #002c73;
	    padding: 0;
}
.grid-item.grid-item-team .grid-collection-button a:hover {
	text-decoration:none;
	    color: #73a94e;
}
.grid hr {
    margin-top: 4px;
}
/* End Temp overide styles for team layout */

.grid-collection-image,
.grid-collection-title,
.grid-collection-meta,
.grid-collection-button {
    display: table;
    position: relative;
}
.grid-collection-image {
    width: 100%;
}
.grid-collection-meta {
    margin-left: 0;
    margin-right: 0;
}
.grid-collection-title,
.grid-collection-button {
    margin-left: 20px;
    margin-right: 20px;
}
.grid-collection-image {
    height: 300px;
    background-image: url(/wp-content/uploads/2016/04/MA-restaurant-patio-dining-small.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 1px #9e9e9e;
    -moz-box-shadow: inset 0 0 1px #9e9e9e;
    -webkit-box-shadow: inset 0 0 1px #9e9e9e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

.grid-collection-image:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.grid-collection-title h2 {
    margin-bottom: 0px;
}
.grid-collection-title {
    min-height: 141px;
}
.grid-item-team .grid-collection-title {
    min-height: inherit;
}
.grid-collection-meta {
    margin-top: 10px;
    margin-bottom: 15px;
}
.grid-collection-meta > span,
.grid-collection-meta > i {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-size: 16px
}
.grid-collection-meta > i {
    width: 25px;
}
.grid-collection-button a {
    font-family: "myriad-pro", Arial, sans-serif;
    font-size: 16px;
}
/* End Collection Styles */
/* Home Page Specific */

#home-news-top {} #home-news-header {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
#home-news-header h2 {
    font-size: 30px;
}
#home-news-header a {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    color: #002c73;
}
#home-news-header a:hover {
    color: #73a94e;
}
#home-news-header a:hover i,
#home-news-header a i.ss-navigateright:hover,
#home-news-header a:last-child:hover {
    text-decoration: none;
    !important
}
#home-news-header a:last-child {
    text-align: right;
}
#home-news-header a i {
    top: 1px;
    position: relative;
}
#home-news-bottom {
    border-top: #e1e1e1 1px solid;
}
#home-news-bottom .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.home-news-loop li:first-child {
    font-size: 14px;
}
.home-news-loop h3 {
    margin: 10px 0 10px 0;
}
.bxslider-home {} .bxslider div.home-gallery-container {
    display: table;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    box-sizing: border-box;
    padding: 24px;
}
.bxslider div.home-gallery-container h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    text-shadow: 1px 1px 3px rgb(105, 105, 105);
}

.bxslider div.home-gallery-container p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin: .65em 0 0;
    text-shadow: 1px 1px 3px rgb(105, 105, 105);
    max-width: 680px;
    line-height: 1em;
}
.bxslider div.home-gallery-left {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.bxslider div.home-gallery-right span {
    float: right;
}
.bxslider div.home-gallery-right {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.bxslider div.home-gallery-right a {
    margin-bottom: 0;
    padding: 15px 50px 13px 50px;
}
.bxslider-home .bx-caption {
    display: none;
}
#products-slider-container {
    display: block;
    position: relative;
}
.products-background-left-to-right {
    position: absolute;
    display: block;
    width: 50%;
    top: 0;
    left: 0;
    padding: 300px 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
#bx-pager {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#bx-pager > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #9dc383;
}
#bx-pager > li:last-child {
	border-right: none;
}
#bx-pager > li a,
#bx-pager > li button {
    color: #ffffff;
    background: rgba(115, 169, 78, 1.0);
    padding: 30px 0;
    height: inherit;
    vertical-align: middle;
    position: relative;
    display: table;
    width: 100%;
    text-decoration: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    font-family: inherit;
    letter-spacing: inherit;
}
#bx-pager > li a:hover,
#bx-pager > li a.active,
#bx-pager > li button:active,
#bx-pager > li button:hover {
    background: rgba(90, 90, 90, 0.9);
}
#bx-pager > li i {
    font-size: 36px;
    padding-right: 10px;
    vertical-align: middle;
    position: relative;
}
#bx-pager > li:last-child i:last-child {
    display: none;
}
#bx-pager > li span {
    font-size: 24px;
    vertical-align: middle;
    position: relative;
    font-family: "stymie", serif;
	    top: 1px;
}
.top-right {
    position: absolute;
    top: 45px;
    right: 24px;
}
.top-left {
    position: absolute;
    top: 25px;
    left: 24px;
    max-width: 40%;
}
.products-slider h2 {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgb(105, 105, 105);
    /*max-width:50%;*/
    
    line-height: 37px;
}
.product-slider-button-container {
    display: block;
    position: relative;
    padding-top: 20px;
}
.product-slider-button-container .button {
    display: inline;
    margin-top: 20px;
}
.product-slider-button-container .button:first-child {
    margin-right: 20px;
}
/* End Home Page Specific Styles */
/* Start Footer */

#footer-ads {
    display: table;
    width: 100%;
    min-height: 250px;
}
#footer-ads > li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 33.3%
}
#footer-ads > li:nth-child(2) {
    width: 33.4%
}
#footer-ads .sidebar-ad {
    margin: 0;
    min-height: 250px;
    height: 250px;
}
#footer-nav-container a {
    color: #5a5a5a;
    line-height: 18px;
}
#footer-nav-container li {
    padding-bottom: 10px;
}
#footer-nav-container li:first-child, .footer-header {
    font-size: 18px;
    font-weight: 500;
    font-family: "stymie", serif;
    padding-bottom: 11px;
}
#footer-nav-container li:last-child {
    padding-bottom: 0;
}
#footer-copyright-container {
    color: #5a5a5a;
    font-size: 14px;
}
#footer-copyright-container > div:nth-child(2) {
    text-align: right;
}
.display-flex {
    display: flex;
    margin: 2em 0;
}
.display-flex > * {
    margin: 0 1.25em auto auto;
    width: 25%;
}
.display-flex > *:last-child {
    margin: 0 auto auto 1.25em;
}
/* End Footer */
/* End Agent Search Styles */

#sticky {
    width: 100%;
    height: 600px;
    border: none;
    margin: 0;
    background: #f4f4f4;
    background-image: url(images/rolling.gif);
    background-repeat: no-repeat;
    background-position: center center;
}
/* fixes potential theme css conflict */

#sticky img {
    max-width: inherit !important;
}
.map-content {
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
}
.map-content .agent-result-title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    font-family: "stymie", serif;
    color: #002c73;
}
.map-content .agent-result-location {
    display: block;
}
.map-content .agent-result-cta {
    display: table;
    width: 100%;
	padding-top: 4px;
}
.map-content i {
    padding-right: 5px;
}
.map-content .agent-result-cta a {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-decoration: none;
	font-family: "stymie", serif;
	font-size: 15px;
	font-weight: 400;
}
.map-content .agent-result-cta a:first-child {
    padding-right: 15px;
}
.map-content .agent-result-cta a:hover {
	color: #5a5a5a;
}
.development-key {
    background: #999;
    color: #ffffff;
    height: 30px;
    display: block;
    width: 100%;
    text-align: center;
}
#mobile-menu,
#mobile-nav {
    display: none;
}
.preload-hover {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0px;
    top: -100px;
}
.preload-hover li:first-child {
    background-image: url("/wp-content/themes/unionmutual/images/blue-bg.png");
    height: 1px;
    width: 1px
}
.preload-hover li:nth-child(2) {
    background-image: url("/wp-content/themes/unionmutual/images/green-bg.png");
    height: 1px;
    width: 1px
}
.preload-hover li:nth-child(3) {
    background-image: url("/wp-content/themes/unionmutual/images/search-hover-new.png");
    height: 1px;
    width: 1px
}
/* Start Google Site Search */

.gsc-control-cse {
    padding: 0 !important;
    border: 0;
}
.gsc-thumbnail-inside {
    padding-left: 0!important;
    padding-right: 0!important;
}
.gsc-url-top {
    display: none !important;
}
.gs-bidi-start-align {
    color: #5a5a5a !important;
    font-size: 19px !important;
    font-family: "myriad-pro", Arial, sans-serif !important;
	    line-height: 24px;
}

.gs-title {
	text-decoration: none !important;
}
.gs-title:hover {

	text-decoration: underline !important;
}
.gs-title,
.gs-title b {
    font-weight: 500 !important;
    font-family: "stymie", serif !important;
    color: #002c73 !important;
    line-height: 18px !important;
    font-size: 18px;
    height: inherit!important;
    line-height: 24px !important;
}
.gs-title b,
.gs-snippet b {
    color: #002c73 !important;
    text-transform: uppercase;
}
.gsc-webResult {
    padding: 20px 0 20px 0 !important;
    border-bottom: 1px solid #e1e1e1!important;
}
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
    font-size: 23px !important;
	margin-bottom: 10px;
}
.gsc-result-info {
    padding-left: 0!important;
    font-family: "myriad-pro", Arial, sans-serif !important;
    color: #5a5a5a !important;
    font-size: 21px !important;
}
.gsc-search-box {
    border: none!important;
    background: #fff!important;
    height: auto !important;
	width: 310px !important;
}

.gsib_a {
    padding: 2px 6px !important;
}

.gsc-orderby-container {
	display:none !important;
}

.gsc-input-box {
    background: rgb(255, 255, 255)!important;
    overflow: hidden!important;
    box-sizing: border-box!important;
    padding-right: 60px!important;
    height: 38px!important;
    padding: 6px 10px!important;
    background-color: #fff!important;
    border: 2px solid #73a94e!important;
    border-radius: 5px!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #73a94e !important;
}
.gsst_a .gscb_a {
    color: #73a94e !important;
    top: 0px !important;
    position: relative !important;
    vertical-align: middle !important;
}
.gsc-input {
    vertical-align: top !important;
}
input.gsc-search-button {
    background-color: #002c73 !important;
}
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    background-color: #33568f !important;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.cse input.gsc-search-button,
input.gsc-search-button {
    border: none !important;
    border-radius: 5px!important;
}
input.gsc-search-button-v2 {
    padding: 12px 27px!important;
    margin-top: 0!important;
}
.gcsc-branding {
	display:none;
}

.gsc-resultsRoot > .gsc-results.gsc-webResult {
	padding-top:0 !important;
	    width: 100%;
}
.gsc-table-cell-thumbnail, .gs-promotion-image-cell {
    display: none !important;
}
/* End Google Site Search */

.filter-blocks {
	width: 19%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	padding-right: 10px;
	margin-bottom: 15px;
	z-index:2;
}
.filter-blocks:last-child {
	vertical-align: bottom;
	padding-right:0;
}
.filter-blocks:nth-child(odd), .filter-blocks:nth-child(even){
	float:none;	
    width: inherit;
}

.filter-blocks #address{
	width:150px;
	-webkit-appearance: none;
-moz-appearance: textfield;
appearance: none;
}
.filter-blocks #product{
	width:200px
}
.filter-blocks #distance{
	width:200px
}
#agent-search-form input[type="submit"].button-primary{
	height: 38px;
    padding: 0 20px;
    margin-bottom: 0;
}
.agent-error-message {
	padding:24px;
}
#contact-form-container > div {
    width: 48%;
    display: block;
    margin-bottom: 20px;
    background-position-y: 22px;
}
#contact-form-container input,
#contact-form-container textarea,
#contact-form-container select,
#contact-form-container fieldset {
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0;
}
#contact-form-container {
    display: block;
}
#contact-form-container label {
    font-weight: 600
}
#contact-form-container > div:nth-child(odd) {
    float: left;
}
#contact-form-container > div:nth-child(even) {
    float: right;
}
#contact-form-container > div:last-child {
    width: 100%;
    float: none;
}
#contact-form-container > div:last-child textarea {
    width: 100%;
    min-height: 130px;
}
div.wpcf7-response-output {
    margin: 0 0 40px 0 !important;
    padding: 0 0 !important;
    font-size: 20px !important;
}
div.wpcf7-validation-errors {
    color: #ef662f !important;
    border: none !important;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    color: #73a94e!important;
}
span.wpcf7-not-valid-tip {
    color: #ef662f !important;
}
/* End contact Form */

div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 2px solid #73a94e;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
}
div.wpforms-container-full .wpforms-form button[type=submit].button {
    display: block;
    padding: 10px 30px;
    color: #002c73;
    text-align: center;
    font-family: stymie,serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1rem;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #002c73;
    cursor: pointer;
    box-sizing: border-box;
}
div.wpforms-container-full .wpforms-form button[type=submit].button:hover, input[type=submit]:focus, input[type=submit]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=button]:focus, input[type=button]:hover {
    color: #333;
    border-color: #888;
    outline: 0;
}
div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form select:focus, div.wpforms-container-full .wpforms-form .is-focused .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__inner, div.wpforms-container-full .wpforms-form .is-open .choices__list--dropdown {
    box-shadow: 0 0 0 1px #0075ff;
    border-color: #0075ff;
    border-width: 1px;
}
.grecaptcha-badge { visibility: hidden!important; }
.wpforms-recaptcha-container { width: 800px; position: absolute!important; }
/* Start Jetmenu overrides */

    
/* End Jetmenu overrides */
/* END screen media */

/* Start News Sidebar */
ul.latest-news {
	margin: 20px 0;
    border-top: 1px solid #e1e1e1;

}
ul.latest-news > li {
	margin-bottom: 10px;

}
ul.latest-news > li:last-child {
	margin-bottom: 0;
}

ul.latest-news > li:last-child a {
	color:#002c73;
}
ul.latest-news li span {
	font-size:14px;
	padding-left: 5px;
}

ul.latest-news:last-of-type {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
    padding-bottom: 10px;
}

h2.latest-new {
	color:#5a5a5a;	
}

ul.latest-news h3 {
	margin-bottom:0;
	font-size: 20px;
    line-height: 21px;
}
/* End News Sidebar */

/* Start Team Single styles */
.entry.team-single-entry {
	display: table;
	position:relative;
}

p.team-member-info {
	display:table;
}

p.team-member-info {
	display:table;
	    font-family: "stymie", serif;
    font-size: 19px;
}

p.team-member-info i, span.team-member-info{
	display:table-cell;
	position:relative;
	vertical-align:middle;
}

p.team-member-info i {
	padding-right:5px;
}

.team-single-entry img.alignright {
	max-width:300px;
}

/* End Team Single styles */
#dismiss-form {
	display:table-cell;
	position:relative;
	vertical-align:middle;
	padding-left:10px;
}

#dismissbtn {
	padding: 2px 4px;
    margin-bottom: 0;
    font-size: 11px;
}
#dismiss {    
	padding: 2px 5px;
    font-size: 11px;
	margin-bottom: 0;
}

.post #cse-search-box input[type=text] { float: left; }
.post #cse-search-box input[type=submit] { padding: 6px 10px; float: left; }
.float-right { float: right; padding-left: 20px; height: 5em; }

.container .row.top-announcement { background: transparent url('') 50% 20% no-repeat; padding-top: 2em; padding-bottom: 2em; background-size: cover; min-height: 380px; display: flex; }
.container .row.top-announcement h2 { color: #fff; font-size: 2.5rem; line-height: 1em; }
.container .row.top-announcement h1 { color: #fff; font-size: 4rem; line-height: 1em; }
.container .row.top-announcement p { color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 1); font-size: 1.1em; }
.container .row.top-announcement button { margin: 0; }
.container .row.top-announcement .announcement-content { max-width: 1140px; margin: auto auto 0; text-shadow: 1px 1px 3px rgb(105 105 105); }
.container .row.top-announcement .announcement-content > * { max-width: 50%; }
@media only screen and ( max-width: 1140px ) {
    .container .row.top-announcement .announcement-content { min-height: auto; padding-top: 1em; padding-bottom: 1em; max-width: 90% }
}
@media only screen and ( max-width: 786px ) {
    .container .row.top-announcement { min-height: auto; padding-top: 1em; padding-bottom: 1em; max-width: 100% }
    .container .row.top-announcement div { margin: 0 auto; width: 90%; padding: 0; float: none; }
    .container .row.top-announcement h2 { font-size: 30px; line-height: 1em; }
    .container .row.top-announcement h1 { font-size: 2rem; line-height: 1em; }
    .top-announcement a.button.button-green {
        display: inline-block;
        white-space: normal;
        width: 80%;
        line-height: 1em;
    }
}

@media all and (max-width: 1440px) {
    #product-category-columns {
        padding: 0;
    }
    .entry iframe {
        min-height: 400px;
    }
}
@media all and (max-width: 1438px) {
    #logo-container a img {
        padding-left: 24px;
    }
}
@media all and (max-width: 1100px) {
    #bx-pager > li span {
        font-size: 21px;
        top: 2px;
    }
    #bx-pager > li i {
        font-size: 27px;
    }
    .grid-collection-title h2 {
        font-size: 20px;
    }
    .grid-collection-image {
        height: 200px;
    }
}
@media all and (max-width: 1070px) {
    #logo-container a img {
        max-height: 60px;
    }
    .search-container form input[type=text]#q {
        width: 200px;
        height: 40px;
    }
    .search-container form input[type="submit"]#searchsubmit {
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
    }
    #social-container ul li a {
        width: 40px;
        height: 40px;
    }
    #social-container {
        width: 80px;
        padding-left: 20px;
    }
}
@media all and (max-width: 1180px) {
    .jetmenu>li>a {
        font-size: .9em!important;
        padding: 1.2em!important;
    }
}
@media all and (max-width: 999px) {
    .sidebar-ad a h2 {
        font-size: 22px;
    }
    #agent-map-search-container form input[type='submit'] {
        padding: 0 30px;
    }
	#agent-search-form {
		display:block;
	}
	#agent-search-form h1 {
		margin-bottom:20px;
	}
	.filter-blocks:nth-child(odd), .filter-blocks:nth-child(even) {
		display:inline-block;
		width: auto;
	}
	.filter-blocks.filter-blocks-first {
		width:100% !Important;
	}
	
    #bx-pager > li span {
        font-size: 18px;
    }
    #bx-pager > li i {
        font-size: 21px;
    }
    .top-left {
        max-width: 100%;
    }
    .products-background-left-to-right {
        width: 100%;
        height: 200px;
        padding: 0;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
        background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    }
    #breadcrumbs > span > span > span span:last-child,
    #breadcrumbs > span > span > span i {
        display: none;
    }
    .grid-collection-title h2 {
        font-size: 17px;
        line-height: 18px;
    }
    .grid-collection-button a {
        padding: 10px 10px;
    }
    .jetmenu>li>a {
        font-size: .9em!important;
        padding: 1.2em!important;
    }
}
@media all and (max-width: 970px) and (min-width: 787px) {
    .jetmenu>li>a>i {
        display: none;
    }
    .jetmenu>li>a {
        font-size: .9em!important;
        padding: 1.1em!important;
    }
}
@media all and (max-width: 785px) {
    #desktop-header {
        display: none !important;
    }
	.jetmenu .search-container {
		display:table;
		width: 100%;
		padding: 24px;
		box-sizing: border-box;
		    background: #ffffff;
    border-bottom: #73a94e 1px solid;
	}
	.search-container form{
		width: 100%;
	}

	.search-container form, .search-container form input[type=text]#q {
		width: 100%;
		
	}
	.search-container form input[type="submit"]#searchsubmit {
		
		background-repeat: no-repeat;
	}

}
@media all and (max-width: 768px) {
    .float-right { float: none; padding-left: 0; width: 100% }
	#footer-copyright-container {
		font-size: 18px;
	}
    .gsc-search-box {
		width: 100% !important;
	}
	#contact-form-container > div: nth-child(odd),
    #contact-form-container > div: nth-child(even) {
        float: none;
        width: 100%;
    }
    .entry iframe {
        min-height: 200px;
    }
    .grid-item {
        width: 48%;
    }
    .grid-collection-title {
        min-height: 100px;
    }
    #agent-map-search-container form select,
    #agent-map-search-container form input {
        width: 100%;
		 height: 40px;
    }
	#agent-map-search-container form input[type='submit'] {
		line-height: 40px;
	}
    .agent-search-form-container > div > div {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .agent-search-form-container > div > div:last-child {
        margin-bottom: 0;
    }
    #agent-map-search-container form label.error {
        position: relative;
    }
    #agent-map-search-container h1 {
        margin: 0 0 10px 0;
    }
    .agent-map-search-container-primary#agent-map-search-container {
        height: 300px;
    }
	#agent-result-list {
		height: inherit;
		overflow: visible;
		overflow-x: visible;
	}
	.filter-blocks:nth-child(odd), .filter-blocks:nth-child(even), .filter-blocks #address, .filter-blocks #product {
		display:block;
		width: 100%;
		padding-right: 0;
	}
	.filter-blocks:nth-child(5) {
		    width: 50%;
			padding-right: 2%;
			display: table-cell;
			float: left;
			margin-bottom: 24px;
	}
	.filter-blocks.filter-blocks-first h1 {
		text-align:center;
	}
	.filter-blocks #distance{
		width:100%;
	}
	.filter-blocks:last-child {
		width: 48%;
		display: table-cell;
		float: right;
		bottom: 0;
	}
	#agent-search-form label.error {
	    right: 0;	
	}
	#agent-search-form input[type="submit"].button-primary {
		width: 100%;
		position: relative;
    top: 20px;
	}
	#agent-result-volume > div:last-child {
		float: inherit;
	}
	#sticky {
		height:250px;
	}
    .mobile-none {
        display: none;
    }
    .desktop-none {
        display: block;
    }
    .container-social-list-items,
    #mobile-footer-nav {
        display: table;
        width: 100%;
    }
    .container-social-list-items li,
    #mobile-footer-nav li {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        border-right: #e1e1e1 1px solid;
    }
    .container-social-list-items li {
        width: 20%;
    }
    #mobile-footer-nav li {
        width: 50%;
    }
    .container-social-list-items li:last-child,
    #mobile-footer-nav li:last-child {
        border-right: 0;
    }
    .container-social-list-items li a {
        text-decoration: none;
        color: #002975;
        width: 100%;
        display: block;
        padding: 14px 14px 14px 14px;
        box-sizing: border-box;
    }
    #mobile-footer-nav li a {
        text-decoration: none;
        color: #002975;
        width: 100%;
        display: block;
        padding: 24px 0;
        box-sizing: border-box;
        font-family: "stymie", serif;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        color: #5a5a5a;
    }
    #mobile-footer-nav li a:hover {
        background-color: #002975;
        color: #ffffff;
    }
    #bx-pager {
        position: relative;
    }
    #bx-pager > li {
        width: 15%;
    }
    #bx-pager > li:last-child {
        width: 40%;
    }
    #bx-pager > li:last-child span {
        display: table-cell;
        text-align: left;
        width: 100%;
        padding-left: 24px;
    }
    #bx-pager > li:last-child {
        display: table-cell;
    }
    #bx-pager > li:last-child i {
        display: none;
    }
    #bx-pager > li:last-child button {
        display: table;
    }
    #bx-pager > li:last-child i:last-child {
        display: table-cell;
        padding-right: 24px;
        position: relative;
        top: 1px;
    }
    #bx-pager > li:last-child a {
        /*display: table;
				width: 100%;
				height: 23px;*/
    }
    #bx-pager > li:last-child {
        width: 40%;
    }
    #bx-pager > li a,
    #bx-pager > li button {
        padding: 15px 0 15px 0;
    }
    #bx-pager > li span {
        display: none;
    }
    #bx-pager > li i {
        font-size: 23px;
        padding-right: 0;
    }
    .products-slider h2 {
        font-size: 30px;
    }
    .top-left {
        position: absolute;
        top: 10px;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .product-slider-button-container {
        padding-top: 0;
    }
    #footer-ads .sidebar-ad {
        min-height: 200px;
        height: 200px;
    }
    #footer-ads > li,
    #footer-ads > li:nth-child(2) {
        display: block;
        width: 100%;
		border-bottom: 1px solid #ffffff;
    }
	#footer-ads > li:last-child {
		border-bottom: none;
	}
    #footer-copyright-container > div.six.columns, #footer-copyright-container > div.six.columns:nth-child(2) {
		float: none;
		text-align: center;
		width: 100%;
		margin-left: 0;
	}
    #footer-copyright-container > div.six.columns:nth-child(2) {
        margin-top: 10px;
    }
	
	#agent-single-details-container a.agent-single-detail-shell.agent-phone {
		color: #73a94e;
		cursor: pointer;
		font-family: "stymie", serif;
	}
	#category-column-container .category-column-cell {
		width: 100%;
		display: block;
	}
	#category-column-container .category-column-cell .sidebar-ad {
		height: 200px;
		border-bottom: 1px solid #ffffff;
	}
	.sidebar-ad a h2 {
		font-size: 30px;
	}
}
@media all and (max-width: 767px) {
    img.alignright,
    img.alignleft,
    img.aligncenter,
	.wp-caption.alignright,
	.wp-caption.alignleft,
	.wp-caption.aligncenter {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
	
	.team-single-entry img.alignright {
		max-width: 100%;
		width: initial;
	}
}
@media all and (max-width: 550px) {
    .grid-item {
        width: 100%;
        margin: 1% 0 15px 0;
    }
    .grid-collection-title {
        min-height: inherit;
    }
    #breadcrumbs > span > span {
        /*display:none;*/
    }
    #share-this-container > span {
        display: none;
    }
    #share-this-container > span:nth-child(2) {
        display: table-cell;
        padding: 14px 0 14px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 18px;
    }
    #share-this-container > span:nth-child(2):hover {
        color: #73a94e;
    }
	.container .dual-content-left .entry{
		    padding-bottom: 0;
	}
	.container .dual-content-right .entry{
		    padding-top: 0;
	}
	aside {
		padding-top:0;
	}
}
@media all and (max-width: 550px) {
    #footer-ads > li,
    #footer-ads > li: nth-child(2) {
        width: 100%;
        display: block;
    }
    #category-column-container .category-column-cell.four-products,
    #category-column-container .category-column-cell.two-products,
    #category-column-container .category-column-cell {
        width: 100%;
        display: block;
    }
    #category-column-container .category-column-cell .sidebar-ad {
        height: inherit;
		 border-bottom: 1px solid #ffffff;
    }
    #home-news-top {
        border-top: #e1e1e1 1px solid;
    }
    #home-news-header {
        padding-bottom: 0;
    }
    .home-news-loop p {
        display: none;
    }
    .container#home-news-bottom {
        padding: 0;
    }
    .container#home-news-bottom .row {
        padding-bottom: 0px;
    }
    #home-news-bottom .four.columns {
        padding: 24px 24px 11px 24px;
        border-top: #e1e1e1 1px solid;
    }
    #home-news-bottom .four.columns:first-child {
        padding-top: 0;
        border-top: 0;
    }
    #footer-copyright-container > div:nth-child(2),
    #footer-copyright-container > div:first-child {
        float: none;
        text-align: center;
    }
    #footer-copyright-container > div:first-child {
        margin-bottom: 10px;
    }
}
@media print {
    .do-not-print,nav, .agent-search-form-container, #footer-ads, #footer-nav-container, #footer-copyright-container, #products-slider-container, #home-news-top, #home-news-bottom, #jetmenu, .showhide, .container-social-list-items, footer, #category-column-container, #um-breadcrumbs, aside, a#agent-single-return-results, #agent-single-details-container .button-primary {
        display: none !important;
    }
    #agent-map-search-container #agent-search, #agent-map-search-container, #product-headline-divider {
		padding: none !important;
		height: auto !important;
	}
	
	.eight.columns, .six.columns, .left-agents, #agent-single-products-container, #agent-single-branch-container, .toggle-agent-container-bottom  {
		width:100% !important;
		display:block !important;
		border:none !important;
	}
	
	#comments {
        page-break-before: always;
    }
    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
        letter-spacing: 0.2pt;
        font-family: Garamond, "Times New Roman", serif;
        color: #000;
        background: none;
        font-size: 12pt;
		text-align:left !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Helvetica, Arial, sans-serif !important;
		text-align:left !important;
		color: #000 !important;
    }
    h1, #agent-map-search-container h1 {
        font-size: 19pt !important;
		margin-bottom: 15px !important;
    }
    h2 {
        font-size: 17pt !important;
    }
    h3 {
        font-size: 15pt !important;
    }
    h4,
    h5,
    h6 {
        font-size: 12pt;
    }
    code {
        font: 10pt Courier, monospace;
    }
    blockquote {
        margin: 1.3em;
        padding: 1em;
    }
    img {
        display: block;
        margin: 1em 0;
    }
    a img {
        border: none;
    }
    table {
        margin: 1px;
        text-align: left;
    }
    th {
        border-bottom: 1px solid #333;
        font-weight: bold;
    }
    td {
        border-bottom: 1px solid #333;
    }
    th,
    td {
        padding: 4px 10px 4px 0;
    }
    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }
    thead {
        display: table-header-group;
    }
    tr {
        page-break-inside: avoid;
    }
    a {
        text-decoration: none;
        color: black;
    }
}
/* END print media */

@media all and (min-width: 1880px) {
    /* unboxing the layout */
    .container > .row { padding: 0 calc( 80% - 1440px ); }
}
.page-id-2 .container .row.top-announcement h1 {
  color: #73a94e;
  text-shadow: none;
}
.page-id-2 .container .row.top-announcement h2 {
  color: #002c73;
  text-shadow: none;
}
#jetmenu .megamenu .row .col1 {
  width: 22.893617%;
}
.container #a-4879.row.top-announcement {
  margin-bottom: 24px;
}
.container .row.top-announcement .announcement-content > * {
  max-width: 100%;
}
.container .row.top-announcement .announcement-content {
  margin: auto 0 0;
  max-width: 700px;
  padding: 20px;
}
@media only screen and (max-width: 786px) {
  #jetmenu .megamenu .row .col1 .title {
    margin-top: 20px;
  }
  .container #a-4879.row.top-announcement {
    margin-bottom: 0;
  }
  .container .row.top-announcement .announcement-content > * {
    max-width: 100%;
  }
  .container .row.top-announcement div {
    width: 100%;
  }
}
