body {font-family: Verdana, Arial, sans-serif !important;}

a {text-decoration: underline !important;}

body, div, dl, dt, dd, ul, ol, li, h6, pre, form, blockquote, th, td {
  font-size: 13px !important;
}

p {font-size: 1em !important;}

h1, h2, h3, h4, h5, h6  {
  line-height: 1.4; margin: 10px 0 15px;
  font-family: Verdana, Arial, sans-serif !important;
  font-weight: 400 !important;
}

small {font-size: 75% !important;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="file"] {margin-bottom: 12px;}

.radio {display: inline-block; width: 100%; margin: 1em 0 2em; font-size: 1em;}

label small {display: block; margin: 1em 0; color: #777;}

select {margin-bottom: 1em;}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 2.1em;
  line-height: 1.4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #adadad;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #adadad;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #adadad;
}

textarea {resize: vertical;}

textarea.invisibles, input[type="text"].invisibles {
  border: none;
  outline: none;
 /* -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;*/
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

textarea.require-field {
  height:0; 
  margin: 0;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.corners {border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}

.corners-top {border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}

.corners-bottom {border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px;}

.corners-right {border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0;}

.corners-left {border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px;}

.no-corners {border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}

.border-top {border-top: 1px solid #bfbfbf;}

.border-bottom {border-bottom: 1px solid #bfbfbf;}

.italic {font-family: Georgia, Times, serif; font-style: italic;}

.box-shadow {
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.dark-blue-trans {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006654_original.jpg) repeat;}

figcaption {display: inline-block !important; font-family: Georgia, Times, serif; font-style: italic; font-size: .7em; margin: .3em 0; color: #777; width: 100%;}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

iframe, video {
  margin: 0;
	padding: 0;
	border: 0;
}

ul.unstyled {list-style: none; margin-left: 0;}

ul.inline {list-style: none; margin-left: -.8em; }

ul.inline li {display: inline-block; margin: 0 .8em;}

i span {font-family: Verdana, Arial, sans-serif !important;}

.button.success {background-color: #0ecd68 !important; border-color: #0ecd68 !important;}

.button {text-shadow: 1px 1px rgba(0,0,0,.5); font-weight: 500 !important;}

.red-color {color: #e70404;}

.right-border {border-right: 1px solid #c5c5c5;}

.left-border {border-left: 1px solid #c5c5c5;}

.top-border {border-top: 1px solid #c5c5c5;}

.bottom-border {border-bottom: 1px solid #c5c5c5;}

.emma-show label {color:#fff;}


/*Transparent colors*/

.bgWhite-transp {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
}

.bgBlack-transp {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.row {width: 1024px !important;}

.row .row {width: auto !important;}

.input-place {display: inline-block; width: 100%;}

.input-place input[type="text"] {position: relative;}

.input-place .dropdown-autocomplete {top: 52px; width: 94.5%;}

.dropdown-autocomplete {
    background-color: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    position: absolute;
    z-index: 999;
    top: 32px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;  
}

.dropdown-autocomplete a {
    display: block;
    padding: 4px 8px;
}


#telephone {color: #00476B;}

/* Logo  */

.brand {display: inline-block; margin: 1em 0; width: 100%;}

.brand a {width: 100%; display: inline-block;}

.agency-brand img {height: 50px;}

.wrap-brand {padding: .3em 0; display: inline-block; width: 100%;}

.wrap-brand img {width: 135px; margin-top: .35em; height: 28px;}

.wrap-brand span {font-weight: 600; color: #115a81; font-family: Arial, sans-serif; font-size: 1.2em; display: block; margin: .4em .4em 0 0;}


/* Main */

.main h2.subtitle {font-weight: 400; font-size: 1.4em;}

.main [class*="column"] + [class*="column"]:last-child {float: left !important;}

.main ul.breadcrumbs {
  background: transparent;
  border: none;
  padding: .5em 0;
  margin: 0;
}

.main ul.breadcrumbs li a, .main ul.breadcrumbs li span {text-transform: capitalize;}

ul.breadcrumbs a {color: #e85649;}

ul.breadcrumbs li:last-child a {color: #0f0f0f;}

ul.breadcrumbs li:last-child a:hover {text-decoration: none;}

.page-header {padding: 1em 0; display: inline-block; width: 100%;}

h1.title {font-weight: 400; font-size: 1.7em; margin: 0;}

h1.title a {text-decoration: none !important;}

.page-header form {margin: 0;}

.page-header .detailsPost {margin-top: .8em;}

.page-header .centered h1.title {margin-top: 1em;}

.page-content {padding: 1em 0; display: inline-block; width: 100%;}

.main-content > .eight h1, .main-content > .eight h2, .main-content > .eight h3, .main-content > .eight h4 {color: #204A68 !important;}

.main-content .page-content {padding-top: 0;}

.main-content > .eight h4:first-child {margin-top: 0}

ul.unstyled.list-offices li {margin: 2em 0; color: #5d5d5d}

.main-content .eight ul.unstyled.list-offices {margin-left: 0;}

.list-offices li b {text-transform: uppercase;}

.list-offices a {color: #46a29f;}




/* Nav */

#nav .top-bar {line-height: 2.7em; height: 2.7em; margin: 0; min-height: 2.7em;}

#nav .top-bar ul:first-child {line-height: 2.7em; height: 2.7em; text-transform: uppercase;}

#nav .top-bar ul:first-child > li {line-height: 2.7em; height: 2.7em; padding: 0 .8em;}

#nav .top-bar ul:first-child > li:last-child {padding-right: 0;}

#nav .top-bar ul:first-child > li.has-dropdown:last-child {padding-right: .8em;}

#nav .top-bar ul:first-child > li:hover {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006844_original.jpg) no-repeat bottom;}

#nav .top-bar ul > li.active {background-color: transparent;}

#nav .top-bar ul:first-child > li > a {color: #fff !important; line-height: 2.3em; height: 2.3em; font-weight: 500; padding: 0;}

#nav .top-bar ul a {text-decoration: none !important;}

#nav .top-bar ul:first-child > li:hover > a {border-bottom: 3px solid #dd4302; color: #fff;}

#nav .top-bar ul > li.active > a {color: #fff;}

#nav .top-bar ul:first-child > li.has-dropdown > a {padding-right: 1.5em;}

#nav .top-bar ul:first-child > li.has-dropdown .dropdown {top: 2.7em;}

#nav .top-bar ul.right .has-dropdown .dropdown {left: 0; right: auto;}

#nav .top-bar ul.right li.has-dropdown:last-child .dropdown {left: auto; right: 0;}




/* Blog Posts */

.blogPost {display: inline-block; width: 100%; border-top: 1px solid #bfbfbf;}

.titlePost {display: inline-block; width: 100%; padding: 1em 0;}

.titlePost h2 {font-size: 1.4em; font-weight: 200; margin-top: 0; line-height: 1.4;}

.detailsPost {font-size: .7em; color: #888; display: inline-block; width: 100%;}

.detailsPost a {color: #888; text-decoration: underline;}

.contentPost {display: inline-block; width: 100%; padding: .5em 0 1em;}

.contentPost p {line-height: 1.4;}

.contentPost ul {margin-left: 1.5em;}

.mediaPost {width: 100%; display: inline-block;  margin: .5em 0 1em;}

.videoPost {width: 100%; display: block; overflow: hidden; text-align: center;}

.videoPost iframe {width: 100% !important; display: block;}

.imgPost {width: 100%; display: inline-block; overflow: hidden; margin: .5em 0;}

.imgPost figure {display: inline-block; width: 12.5%; float: left;}

.imgPost figure.one-imgPost {width: 100%;}

.imgPost figure img {width: 100%;}




.tagsPost .alert-box {font-weight: normal;}

.alert-box ul.inline-list {margin-bottom: 0;}

.tagsPost span {margin-right: .3em;}

.tagsPost a {display: inline; margin: 0 .3em;}


.share-block ul.inline-list {margin-left: -10px;}

.share-block ul.inline-list > li {margin-left: 10px;}

.share-block .share-icons {margin: 3px 3px 0 0;}

.share-icons {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1361917571_original.jpg) no-repeat; height: 16px; width: 18px; display: inline-block;}

.printing {background-position: 0 0;}

.emailing {background-position: -18px 0;}


/*New Share Block*/

.share-block2 span {box-sizing: content-box; -moz-box-sizing: content-box;}

.share-block2 .st_fblike_hcount > span {margin-top: 0 !important; margin-bottom: 6px !important;}

.share-block2 .stButton {margin-bottom: 5px;}

a[title="Email this page"] {display: inline-block; vertical-align: top;}

a[title="Email this page"] img {margin-top: -3px;}




.related-posts {display: inline-block; width: 100%; margin: .5em 0;}

.related-posts h4 {font-weight: 400; font-size: 1.4em; margin-top: 0;}



/*Feeds*/

.feeds {display: inline-block; width: 100%;}

.row .feeds:last-child {margin-bottom: 1em;}

.feeds .titlePost {padding-top: 0;}

.feeds .titlePost a {font-size: 1.3em;}

.feeds hr {margin: .8em 0;}

.feeds .contentPost {padding-top: 0;}

.feeds .contentPost p {margin-bottom: 0; line-height: 1.5;}

.feeds .mediaPost {margin-top: 0;}

.feeds .detailsPost {margin-bottom: 1em;}

.responsePost {display: inline-block; width: 100%; padding-top: 1em;}

.responsePost form {margin: 0;}




/*Thumbs Pages*/

.wrap-thumb {display: inline-block; width: 100%; text-align: center; margin-bottom: 1.5em;}

.wrap-thumb.place-thumb .box-shadow {min-height: 15.3em;}

.wrap-thumb .box-shadow {width: 85%; display: inline-block; padding: 1em; position: relative;}

.wrap-thumb img {display: inline-block; width: 80%;}

.wrap-thumb a span span {display: block; font-size: 1em; margin: .5em 0;}

.wrap-thumb a {display: inline-block; width: 100%;}

.place-links {position: absolute; bottom: 0; left: 0; padding: 1em; display: inline-block; width: 100%;}

.place-links .button.success {margin-bottom: .5em;}

.place-links .button.small {font-size: 13px;}

.place-links .button.secondary {text-shadow: none;}


/*ads*/

.ad {display: inline-block; width: 100%;}

.ad-center {text-align: center; margin: 1em 0;}

.ad-side {background-color: #fff;}

.ad-side iframe, .ad-side object, .ad-side embed, .ad-side img {width: 100% !important;}



/*Website selector*/


.website-selector {display: inline-block; width: 100%; background-color: #f6f4eb; padding: .3em 0;}

.website-selector .three.columns {padding-right: 0;}

.website-selector .nine.columns {padding-left: 5px;}

.website-selector .three img {width: 72px;}

.website-selector a {color: #204a68;}

.website-selector p {margin: 1.2em 0 0 0; font-size: 1.4em !important; line-height: 1.2; color: #204A68 !important;}

.website-selector form {margin:0 1em 0 0;}

.website-selector form label {color: #204a68; font-size: 1.4em; margin: .6em 0;}

.website-selectorb {display: inline-block; width: 100%;}



/* Agency Selector */

.agency-selector ul.nav-bar {margin: .5em 0; background-color: #9a9a9a; height: 25px;}

.agency-selector ul.nav-bar > li {border: none; line-height: 24px;}

.agency-selector ul.nav-bar > li > a {text-decoration: none !important;}

.agency-selector ul.nav-bar > li.has-flyout > a:first-child {padding-left: 10px; padding-right: 25px;}

.agency-selector ul.nav-bar > li.has-flyout > a:first-child:after {top: 12px; right: 12px;}

.agency-selector ul.nav-bar > li.has-flyout > a.flyout-toggle {padding: 12px 15px; }

.agency-selector .flyout {top: 25px; right: 0; background-color: #fff;}

.agency-selector .flyout.large {width: 760px;}

.agency-selector .flyout p, .agency-selector.page-content p  {margin: .8em 0 .3em}

.agency-selector .flyout h5, .agency-selector.page-content h5 {text-transform: uppercase; font-size: 15px;}

.agency-selector .flyout .four, .agency-selector.page-content .four, .agency-selector.page-content .six {margin-bottom: 2em;}

.agency-selector.page-content .agencies-list a {display: inline-block; width: 100%; line-height: 1.6;}


.find-agency-icon {background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1362159496_original.jpg) no-repeat; padding-left: 3em;}


/*Comment Form*/


.comment-form fieldset {background-color: #dddcdc; border: none; padding: .5em .7em;}

.comment-form textarea {margin-bottom: .3em;}

.panel form {display: inline-block; width: 100%;}





/*blog blocks*/

.block-blog {background-color: #f3f4ed; padding: 1em; display: inline-block; width: 100%;}

.wrap-block-blog {height: 22em;}

.blog-date span, .blog-link a {text-transform: uppercase; color: #a2a39e; font-size: 10px; font-weight: 600;}

.block-blog .blog-title a {text-decoration: none !important;}

.blog-title a h2 {color: #204a68;}

.blog-title h2 {font-weight: 400; font-size: 1.4em; line-height: 1.3;}

.blog-content {display: block; margin-bottom: 1em;}

.blog-content p {color: #5e5e5e; line-height: 1.4; font-size: 14px;}

.blog-link a {display: block; text-align: right;}




/* subscribe form */

.subcribe-form {display: none;}

.subcribe-form fieldset {padding-top: 1.3em; background: transparent url(https://d26k68p1a3ktfy.cloudfront.net/attachments/global/1360006710_original.jpg) repeat-x top; border: none;}

.subcribe-form label {color: #e24e32; font-size: 12px;}

.subcribe-form h2 {margin: .3em 0 0; font-size: 1.3em; font-weight: 400; line-height: 1.4;}




/*Pagination*/

.pagination {display: inline-block; width: 100%; margin: 1.5em 0;}

.pagination a, .pagination .previous_page, .pagination .next_page, .pagination em.current, .pagination span {display: inline; padding: 0 .3em;}



/* Main Content */

.main-content .side-content section:first-child  {margin-top: 0;}

.main-content .eight ul {margin-left: 1.5em;}

.main-content .eight ul.tabs-content {margin-left: 0;}


/*footer*/

#footer {
  padding: 1em 0; 
  -moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
}

#footer h3 {font-weight: 200; font-size: 1.6em;}

#footer ul {list-style: none;}

#footer a {font-weight: 200;}

.footer-nav .columns {border-right-style: solid; border-right-width: 1px;}

.footer-nav .columns:last-child {border: none;}

.footer-nav ul {margin: 0;}

.footer-nav ul li {font-size: 12px !important;}

.footer-nav ul li a {display: block; line-height: 1.2; padding: .5em 0; font-size: 10px !important;}

#footer .social {margin: 1em 0 1em 1em;}

.social {display: inline-block; width: auto; margin-top: 1em;}

.social a {display: inline-block; width: 26px; vertical-align: top; margin-right: .5em; margin-bottom: .5em; line-height: 26px;}

.social a:last-child {width: auto; margin: 0;}

.social-icon {display: inline-block; background: transparent url(https://cdn1.gttwl.net/attachments/global/1529507889_original.png) no-repeat; width: 26px; height: 26px;}

.facebook {background-position: 0 0;}

.linkedin {background-position: 0 -26px;}

.pinterest {background-position: 0 -52px;}

.google-plus {background-position: 0 -78px;}

.rss {background-position: 0 -104px;}

.email {background-position: 0 -130px;}

.print {background-position: 0 -156px;}

.twitter {background-position: 0 -182px;}

.youtube {background-position: 0 -208px;}

.instagram {background-position: 0 -234px;}

#footer center {margin-top: 1em;}

#footer .row .columns.address-footer {padding-right: 0;}

.offices-list {display: inline-block; width: 100%;  text-align: center;}

.offices-list a {display: inline-block; width: auto; float: left; font-size: 1.4em; padding: 1em .6em;}


/*** Admin Table  ***/

.admin-table .add-link {display: inline-block; width: 100%; margin-bottom: 1em;}

.admin-table table {width: 100%;}

.admin-table table th {text-align: left; padding: 9px 10px;}



/*Cookie Consent CSS Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 30px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent CSS End*/




/***Notice***/

.notice {text-align: center; background-color:#d9266d; color: #fff; padding: 1em 0;}