@font-face {
	font-family: 'devis-icon';
	src: url('fonts/devis-icon.eot?56565731');
	src: url('fonts/devis-icon.eot?56565731#iefix') format('embedded-opentype'),
	url('fonts/devis-icon.woff?56565731') format('woff'),
	url('fonts/devis-icon.ttf?56565731') format('truetype'),
	url('fonts/devis-icon.svg?56565731#devis-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'devis-icon';
    src: url('fonts/devis-icon.svg?29707782#devis-icon') format('svg');
  }
}

.devis-icon:before {
	font-family: "devis-icon", sans-serif;
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	min-width: 1em;
	text-align: center;

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1.5em;

	transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;

	cursor: default;
}

a .devis-icon:before,
a.devis-icon:before {
	cursor: pointer;
}

a.devis-icon:hover:before {
	text-decoration: none;
}


/* Basic */
.icon-up-arrow:before { content: '\e81a'; }
.icon-down-arrow:before { content: '\e81b'; }
.icon-left-arrow:before { content: '\e80c'; }
.icon-right-arrow:before { content: '\e80b'; }
.icon-loading:before { content: '\e81c'; }

/* UI */
/* UI */
.icon-ok:before { content: '\e810'; }
.icon-cancel:before { content: '\e80f'; }
.icon-add:before { content: '\e818'; }
.icon-remove:before { content: '\e819'; }
.icon-help:before { content: '\e811'; }
.icon-info:before { content: '\e812'; }

/* Layout */
.icon-home:before { content: '\e814'; }
.icon-search:before { content: '\e806'; }
.icon-menu:before { content: '\e813'; }
.icon-view:before { content: '\e604'; }
.icon-author:before { content: '\e809'; }
.icon-tags:before { content: '\e808'; }
.icon-category:before { content: '\e816'; }
.icon-date:before { content: '\e80a'; }
.icon-comment:before { content: '\e80e'; }
.icon-reply:before { content: '\e80d'; }

/* CPTs */
#adminmenu #menu-posts-team .wp-menu-image:before,
#icon-edit.icon32-posts-team:before,
.icon-team:before { content: '\e803'; }

#adminmenu #menu-posts-slider .wp-menu-image:before,
#icon-edit.icon32-posts-slider:before,
.icon-slider:before { content: '\e805'; }

#adminmenu #menu-posts-testimonial .wp-menu-image:before,
#icon-edit.icon32-posts-testimonial:before,
.icon-testimonial:before { content: '\e801'; }

#adminmenu #menu-posts-project .wp-menu-image:before,
#icon-edit.icon32-posts-project:before,
.icon-project:before { content: '\e807'; }

#adminmenu #menu-posts-client .wp-menu-image:before,
#icon-edit.icon32-posts-client:before,
.icon-client:before { content: '\e82f'; }

/* Social */
.icon-email:before { content: '\e605'; }
.icon-feed:before { content: '\e606'; }
.icon-dribbble:before { content: '\e60c'; }
.icon-facebook:before { content: '\e607'; }
.icon-stumbleupon:before { content: '\e613'; }
.icon-flickr:before { content: '\e60e'; }
.icon-google-plus:before { content: '\e60a'; }
.icon-instagram:before { content: '\e612'; }
.icon-linkedin:before { content: '\e800'; }
.icon-pinterest:before { content: '\e611'; }
.icon-skype:before { content: '\e60f'; }
.icon-tumblr:before { content: '\e610'; }
.icon-twitter:before { content: '\e802'; }
.icon-youtube:before { content: '\e60b'; }
.icon-vimeo:before { content: '\e60d'; }
.icon-print:before { content: '\e835'; }

/* Misc */
.icon-desktop:before { content: '\e827'; }
.icon-laptop:before { content: '\e828'; }
.icon-tablet:before { content: '\e829'; }
.icon-mobile:before { content: '\e826'; }
.icon-location:before { content: '\e817'; }
.icon-phone:before { content: '\e815'; }
.icon-gears:before { content: '\e81f'; }
.icon-wrench:before { content: '\e820'; }
.icon-cart:before { content: '\e821'; }
.icon-clock:before { content: '\e824'; }
.icon-shuffle:before { content: '\e825'; }
.icon-microphone:before { content: '\e822'; }
.icon-megaphone:before { content: '\e82a'; }
.icon-headphones:before { content: '\e823'; }
.icon-picture:before { content: '\e81d'; }
.icon-boxes:before { content: '\e81e'; }
.icon-globe:before { content: '\e836'; }

.icon-suitcase:before { content: '\e82e'; }
.icon-chart:before { content: '\e804'; }
.icon-lock:before { content: '\e82c'; }
.icon-lock-open:before { content: '\e82d'; }
.icon-cloud:before { content: '\e82b'; }

.icon-play:before { content: '\e833'; }
.icon-pause:before { content: '\e834'; }

/* Twitter */
.icon-star:before { content: '\e831'; }
.icon-retweet:before { content: '\e830'; }
.icon-reply-1:before { content: '\e832'; }
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* Used for overwriting Woocommerce default style to match the Insideretail Directory theme */

.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce-page .woocommerce .woocommerce-message,
.woocommerce-page .woocommerce .woocommerce-error {
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f3f3f3;
	font-size: 0.75em;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.woocommerce-page .woocommerce woocommerce-info li,
.woocommerce-page .woocommerce .woocommerce-message li,
.woocommerce-page .woocommerce .woocommerce-error li {
	font-size: 1em;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
	border-radius: 0;
	line-height: 0;
	padding-top: 8px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
	padding: 0 0.625rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 0;
	background: #ccc;
	color: #222;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: 12px;
	font-weight: 400;
}

.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .hover,
.woocommerce .woocommerce-info .hover {
	background: #ddd;
}

/** ---------- Cart ---------- **/

.woocommerce-cart .woocommerce table.shop_table {
	border-radius: 0;
	border: none;
	border-collapse: collapse;
}

.woocommerce-cart .woocommerce table.shop_table thead {
	background-color: #00599d;
	border: 1px solid #00599d;
	border-bottom: 5px solid #28b7c4;
}

.woocommerce-cart .woocommerce table.shop_table thead th {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}

.woocommerce-cart .woocommerce table.shop_table tbody {
	border: 1px solid #e2e2e2;
}

.woocommerce-cart .woocommerce table.shop_table .product-remove a {
	line-height: 21px;
	font-size: 1.4rem;
}

.woocommerce-cart .woocommerce table.shop_table .product-name {
	font-size: 1rem;
	padding-top: 10px;
}

.woocommerce-cart .woocommerce table.shop_table .variation {
	font-size: 0.9rem;
}

.woocommerce-cart .woocommerce table.shop_table .variation dd {
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce table.shop_table .actions {
	background-color: #fff;
	border-top: 1px solid #e2e2e2;
}

.woocommerce.woocommerce-page .button,
.woocommerce-cart .woocommerce table.shop_table .actions .button {
	padding: 0 0.625rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 0;
	background: #e2e2e2;
	color: #222;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce.woocommerce-page .button:hover,
.woocommerce-cart .woocommerce table.shop_table .actions .button:hover {
	background: #eee;
}

.woocommerce.post-type-archive-product #content .product .add_to_cart_button {
	margin-right: 30px;
}

.woocommerce.post-type-archive-product #content .product .add_to_cart_button:before {
	background-color: #00599d;
	border-bottom: 2px solid #28b7c4;
	width: 26px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	top: 0;
}

.woocommerce-cart .woocommerce table.shop_table .actions .checkout-button {
	background: #00599d;
	border-bottom: 2px solid #28b7c4;
	color: #fff;
	margin-left: 5px;
}
.woocommerce-cart .woocommerce table.shop_table .actions .checkout-button:hover {
	background: #227bc1;
}

.woocommerce-cart #coupon_code {
	width: 100px;
	height: 32px;
}

/** ---------- Checkout ---------- **/

.woocommerce-checkout #customer_details {
	width: 45%;
	float: left;
	margin-right: 10%;
	padding-bottom: 50px;
}

.woocommerce-checkout #customer_details .col-1 {
	width: 100%;
	margin: 0;
}

.woocommerce-checkout #order_review {
	width: 45%;
	float: left;
	padding-bottom: 25px;
}

.woocommerce-checkout .cart-link {
        margin-right: 1em;
        color: #4d4d4d;
}

.woocommerce-cart .cart-message {
        margin-bottom: 10px;
        font-size: 14px;
}

.woocommerce .order_details.bacs_details li {
	float: none;
	border: none;
}

.woocommerce-checkout .shop_table.order_details,
.woocommerce-checkout #order_review .shop_table {
	border-radius: 0;
	border: none;
	border-collapse: collapse;
	margin: 0;
}

.woocommerce-checkout .shop_table.order_details thead,
.woocommerce-checkout #order_review .shop_table thead {
	background-color: #00599d;
	border: 1px solid #00599d;
	border-bottom: 5px solid #28b7c4;
}

.woocommerce-checkout .shop_table.order_details thead th,
.woocommerce-checkout #order_review .shop_table thead th {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}

.woocommerce-checkout .shop_table.order_details tbody,
.woocommerce-checkout #order_review .shop_table tbody {
	border: 1px solid #e2e2e2;
}

.woocommerce-checkout .shop_table.order_details .product-name,
.woocommerce-checkout #order_review .shop_table .product-name {
	font-size: 1rem;
	padding-top: 10px;
}

.woocommerce-checkout .shop_table.order_details .variation,
.woocommerce-checkout #order_review .shop_table .variation {
	font-size: 0.9rem;
}

.woocommerce-checkout .shop_table.order_details .variation dd,
.woocommerce-checkout #order_review .shop_table .variation dd {
	margin-bottom: 0;
}

.woocommerce-checkout .shop_table.order_details tfoot,
.woocommerce-checkout #order_review .shop_table tfoot {
	border: 1px solid #e2e2e2;
	background: #fff;
}

.woocommerce-checkout #order_review #payment {
	border-radius: 0;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-width: 0 1px 1px 1px;
}

.woocommerce-checkout #order_review #payment .place-order {
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

.woocommerce-checkout #order_review #payment .payment_methods input {
	margin: 0;
}

.woocommerce-checkout #order_review #payment .payment_methods label {
	font-size: 1rem;
	font-weight: 700;
}

.woocommerce-checkout #order_review #payment .payment_methods .payment_box {
	border-radius: 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px 10px;
	margin: 5px 0;
	background: #e2e2e2;
}

.woocommerce-checkout #order_review #payment .payment_methods .payment_box:after {
	top: -1px;
}

.woocommerce-checkout #order_review #payment .payment_methods .payment_box p {
	font-size: 0.75rem;
}

.woocommerce-account .woocommerce .button,
.woocommerce-checkout #order_review #payment #place_order {
	padding: 0 0.625rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 0;
	background: #00599d;
	border: none;
	border-bottom: 2px solid #28b7c4;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce-account .woocommerce .button:hover,
.woocommerce-checkout #order_review #payment #place_order:hover {
	background: #227bc1;
}

.woocommerce-account .column-left,
.woocommerce-checkout .column-left {
	width: 45%;
	float: left;
	margin-right: 10%;
	padding-bottom: 50px;
}

.woocommerce-account .column-right,
.woocommerce-checkout .column-right {
	width: 45%;
	float: left;
	padding-bottom: 50px;
}

.woocommerce-checkout .order_details li {
	margin-bottom: 10px;
}

.woocommerce-checkout form.checkout_coupon {
	border-radius: 0;
	margin: 10px 0;
}
.woocommerce-checkout form.checkout_coupon p {
	margin: 0;
	padding: 0;
}
.woocommerce-checkout form.checkout_coupon .button {
	padding: 0 0.625rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 0;
	background: #e2e2e2;
	color: #222;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 400;
}
.woocommerce-checkout form.checkout_coupon #coupon_code {
	height: auto;
}

#shipping_addresses .ship_address {
	width: auto;
	margin-left: 0;
	float: none;
}

/** ---------- Account ---------- **/

.woocommerce-account .woocommerce table.shop_table {
	border-radius: 0;
	border-collapse: collapse;
}

.woocommerce-account .woocommerce table.shop_table thead {
	background-color: #00599d;
	border: 1px solid #00599d;
	border-bottom: 5px solid #28b7c4;
}

.woocommerce-account .woocommerce table.shop_table thead th {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	padding: 10px 12px;
}

.woocommerce-account .woocommerce table.shop_table .subscription-actions {
	text-align: right;
}

.woocommerce-account .woocommerce table.shop_table .subscription-title {
	font-size: 1rem;
}

.woocommerce-account .woocommerce table.shop_table .subscription-title .variation {
	font-size: 0.9rem;
}
.woocommerce-account .woocommerce table.shop_table .subscription-title .variation dd,
.woocommerce-account .woocommerce table.shop_table .subscription-title .variation dt {
	float: left;
	margin: 0 5px 0 0;
}

.woocommerce-page.single-product #content .single_add_to_cart_button,
.woocommerce-account .woocommerce table.shop_table .button {
	padding: 0 0.625rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 0;
	background: #00599d;
	border: none;
	border-bottom: 2px solid #28b7c4;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-shadow: none;
	font-size: 14px;
	font-weight: 400;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border-radius: 0;
	height: 32px;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	height: 16px;
	border-radius: 0;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: #00599d;
	font-weight: bold;
}

.woocommerce-page.single-product .variations .label {
	background-color: transparent;
	color: #000;
	padding: 8px 0;
}

.woocommerce-page.single-product .variations .value {
	padding: 0;
}

.woocommerce-page.single-product #content .single_add_to_cart_button:hover,
.woocommerce-account .woocommerce table.shop_table .button:hover {
	background: #227bc1;
}

.woocommerce-account .woocommerce table.shop_table .product-name {
	font-size: 1rem;
}

.woocommerce-account .woocommerce table.shop_table .product-name .variation {
	font-size: 0.9rem;
}

.woocommerce-account .woocommerce table.shop_table .product-name .variation dd,
.woocommerce-account .woocommerce table.shop_table .product-name .variation dt {
	margin-bottom: 0;
}

.woocommerce-account mark {
	background: transparent;
}

@media all and ( max-width: 980px ) {
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review {
		width: 100%;
		float: none;
	}
}

.prod-cat-banner {
	margin-bottom: 30px;
}

.prod-cat-banner img {
	width: 100%;
}

.woocommerce ul.products li.product a img {
	width: auto;
	max-width: 100%;
}

.woocommerce ul.products li.product h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.woocommerce.single-product .product .images {
	width: calc(50% - 25px) !important;
	float: left !important;
	margin: 2em 50px 2em 0;
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
	width: calc(50% - 25px) !important;
	float: left !important;
	margin-top: 2em;
}

@media all and ( max-width: 667px ) {
	.woocommerce.single-product .product .images {
		width: 100% !important;
		margin: 2em 0 2em 0;
	}

	.woocommerce div.product div.summary {
		width: 100% !important;
	}
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30%;
	float: left !important;
	clear: none !important;
	margin-bottom: 2.992em;
	margin-right: 5%;
}

.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
	width: 22%;
	float: left !important;
	clear: none !important;
	margin-right: 4%;
}

.woocommerce ul.products li.product:nth-of-type(3n), .woocommerce-page ul.products li.product:nth-of-type(3n) {
	margin-right: 0;
}
.woocommerce .related ul.products li.product:nth-of-type(3n), .woocommerce-page .related ul.products li.product:nth-of-type(3n) {
	margin-right: 4%;
}
.woocommerce ul.products li.product:nth-of-type(3n + 1), .woocommerce-page ul.products li.product:nth-of-type(3n + 1) {
	clear: left !important;
}

.woocommerce .related ul.products li.product:nth-of-type(3n + 1), .woocommerce-page .related ul.products li.product:nth-of-type(3n + 1) {
	clear: none !important;
}

.woocommerce .related ul.products li.product:nth-of-type(4n), .woocommerce-page .related ul.products li.product:nth-of-type(4n) {
	margin-right: 0;
}

.woocommerce .related ul.products li.product:nth-of-type(4n + 1), .woocommerce-page .related ul.products li.product:nth-of-type(4n + 1) {
	clear: left !important;
}

@media all and ( max-width: 667px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product
	{
		width: 47%;
		margin-right: 5%;
	}
	.woocommerce ul.products li.product:nth-of-type(3n), .woocommerce-page ul.products li.product:nth-of-type(3n) {
		margin-right: 5%;
	}

	.woocommerce ul.products li.product:nth-of-type(2n),
	.woocommerce-page ul.products li.product:nth-of-type(2n)
	{
		margin-right: 0;
	}

	.woocommerce ul.products li.product:nth-of-type(2n + 1),
	.woocommerce-page ul.products li.product:nth-of-type(2n + 1)
	{
		clear: left !important;
	}

	.woocommerce ul.products li.product:nth-of-type(3n + 1),
	.woocommerce-page ul.products li.product:nth-of-type(3n + 1)
	{
		clear: none !important;
	}

}

@media all and ( max-width: 768px) {
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product
	{
		width: 47%;
	}

	.woocommerce .related ul.products li.product:nth-of-type(2n),
	.woocommerce-page .related ul.products li.product:nth-of-type(2n)
	{
		margin-right: 0;
	}

	.woocommerce .related ul.products li.product:nth-of-type(2n + 1),
	.woocommerce-page .related ul.products li.product:nth-of-type(2n + 1)
	{
		clear: left !important;
	}

	.woocommerce .related ul.products li.product:nth-of-type(4n + 1),
	.woocommerce-page .related ul.products li.product:nth-of-type(4n + 1)
	{
		clear: none !important;
	}
}

@media all and ( max-width: 480px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul.products li.product
	{
		width: 100% !important;
		margin-right: 0 !important;
	}

	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product
	{
		width: 100%;
		clear: none;
		margin: 0;
	}
}
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:61.25em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:61.313em)/";
  width: 61.313em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:61.313em) and (max-width:90em)/";
  width: 61.313em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .small-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .small-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .small-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .small-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .small-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .small-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .small-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .small-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .small-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 4.1666666667%; }
  .small-2 {
    width: 8.3333333333%; }
  .small-3 {
    width: 12.5%; }
  .small-4 {
    width: 16.6666666667%; }
  .small-5 {
    width: 20.8333333333%; }
  .small-6 {
    width: 25%; }
  .small-7 {
    width: 29.1666666667%; }
  .small-8 {
    width: 33.3333333333%; }
  .small-9 {
    width: 37.5%; }
  .small-10 {
    width: 41.6666666667%; }
  .small-11 {
    width: 45.8333333333%; }
  .small-12 {
    width: 50%; }
  .small-13 {
    width: 54.1666666667%; }
  .small-14 {
    width: 58.3333333333%; }
  .small-15 {
    width: 62.5%; }
  .small-16 {
    width: 66.6666666667%; }
  .small-17 {
    width: 70.8333333333%; }
  .small-18 {
    width: 75%; }
  .small-19 {
    width: 79.1666666667%; }
  .small-20 {
    width: 83.3333333333%; }
  .small-21 {
    width: 87.5%; }
  .small-22 {
    width: 91.6666666667%; }
  .small-23 {
    width: 95.8333333333%; }
  .small-24 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 4.1666666667% !important; }
  .small-offset-2 {
    margin-left: 8.3333333333% !important; }
  .small-offset-3 {
    margin-left: 12.5% !important; }
  .small-offset-4 {
    margin-left: 16.6666666667% !important; }
  .small-offset-5 {
    margin-left: 20.8333333333% !important; }
  .small-offset-6 {
    margin-left: 25% !important; }
  .small-offset-7 {
    margin-left: 29.1666666667% !important; }
  .small-offset-8 {
    margin-left: 33.3333333333% !important; }
  .small-offset-9 {
    margin-left: 37.5% !important; }
  .small-offset-10 {
    margin-left: 41.6666666667% !important; }
  .small-offset-11 {
    margin-left: 45.8333333333% !important; }
  .small-offset-12 {
    margin-left: 50% !important; }
  .small-offset-13 {
    margin-left: 54.1666666667% !important; }
  .small-offset-14 {
    margin-left: 58.3333333333% !important; }
  .small-offset-15 {
    margin-left: 62.5% !important; }
  .small-offset-16 {
    margin-left: 66.6666666667% !important; }
  .small-offset-17 {
    margin-left: 70.8333333333% !important; }
  .small-offset-18 {
    margin-left: 75% !important; }
  .small-offset-19 {
    margin-left: 79.1666666667% !important; }
  .small-offset-20 {
    margin-left: 83.3333333333% !important; }
  .small-offset-21 {
    margin-left: 87.5% !important; }
  .small-offset-22 {
    margin-left: 91.6666666667% !important; }
  .small-offset-23 {
    margin-left: 95.8333333333% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .medium-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .medium-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .medium-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .medium-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .medium-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .medium-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .medium-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .medium-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .medium-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 4.1666666667%; }
  .medium-2 {
    width: 8.3333333333%; }
  .medium-3 {
    width: 12.5%; }
  .medium-4 {
    width: 16.6666666667%; }
  .medium-5 {
    width: 20.8333333333%; }
  .medium-6 {
    width: 25%; }
  .medium-7 {
    width: 29.1666666667%; }
  .medium-8 {
    width: 33.3333333333%; }
  .medium-9 {
    width: 37.5%; }
  .medium-10 {
    width: 41.6666666667%; }
  .medium-11 {
    width: 45.8333333333%; }
  .medium-12 {
    width: 50%; }
  .medium-13 {
    width: 54.1666666667%; }
  .medium-14 {
    width: 58.3333333333%; }
  .medium-15 {
    width: 62.5%; }
  .medium-16 {
    width: 66.6666666667%; }
  .medium-17 {
    width: 70.8333333333%; }
  .medium-18 {
    width: 75%; }
  .medium-19 {
    width: 79.1666666667%; }
  .medium-20 {
    width: 83.3333333333%; }
  .medium-21 {
    width: 87.5%; }
  .medium-22 {
    width: 91.6666666667%; }
  .medium-23 {
    width: 95.8333333333%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 4.1666666667% !important; }
  .medium-offset-2 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-3 {
    margin-left: 12.5% !important; }
  .medium-offset-4 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-5 {
    margin-left: 20.8333333333% !important; }
  .medium-offset-6 {
    margin-left: 25% !important; }
  .medium-offset-7 {
    margin-left: 29.1666666667% !important; }
  .medium-offset-8 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-9 {
    margin-left: 37.5% !important; }
  .medium-offset-10 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-11 {
    margin-left: 45.8333333333% !important; }
  .medium-offset-12 {
    margin-left: 50% !important; }
  .medium-offset-13 {
    margin-left: 54.1666666667% !important; }
  .medium-offset-14 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-15 {
    margin-left: 62.5% !important; }
  .medium-offset-16 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-17 {
    margin-left: 70.8333333333% !important; }
  .medium-offset-18 {
    margin-left: 75% !important; }
  .medium-offset-19 {
    margin-left: 79.1666666667% !important; }
  .medium-offset-20 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-21 {
    margin-left: 87.5% !important; }
  .medium-offset-22 {
    margin-left: 91.6666666667% !important; }
  .medium-offset-23 {
    margin-left: 95.8333333333% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; } }

@media only screen and (min-width: 61.313em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .large-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .large-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .large-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .large-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .large-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .large-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .large-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .large-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .large-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 4.1666666667%; }
  .large-2 {
    width: 8.3333333333%; }
  .large-3 {
    width: 12.5%; }
  .large-4 {
    width: 16.6666666667%; }
  .large-5 {
    width: 20.8333333333%; }
  .large-6 {
    width: 25%; }
  .large-7 {
    width: 29.1666666667%; }
  .large-8 {
    width: 33.3333333333%; }
  .large-9 {
    width: 37.5%; }
  .large-10 {
    width: 41.6666666667%; }
  .large-11 {
    width: 45.8333333333%; }
  .large-12 {
    width: 50%; }
  .large-13 {
    width: 54.1666666667%; }
  .large-14 {
    width: 58.3333333333%; }
  .large-15 {
    width: 62.5%; }
  .large-16 {
    width: 66.6666666667%; }
  .large-17 {
    width: 70.8333333333%; }
  .large-18 {
    width: 75%; }
  .large-19 {
    width: 79.1666666667%; }
  .large-20 {
    width: 83.3333333333%; }
  .large-21 {
    width: 87.5%; }
  .large-22 {
    width: 91.6666666667%; }
  .large-23 {
    width: 95.8333333333%; }
  .large-24 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 4.1666666667% !important; }
  .large-offset-2 {
    margin-left: 8.3333333333% !important; }
  .large-offset-3 {
    margin-left: 12.5% !important; }
  .large-offset-4 {
    margin-left: 16.6666666667% !important; }
  .large-offset-5 {
    margin-left: 20.8333333333% !important; }
  .large-offset-6 {
    margin-left: 25% !important; }
  .large-offset-7 {
    margin-left: 29.1666666667% !important; }
  .large-offset-8 {
    margin-left: 33.3333333333% !important; }
  .large-offset-9 {
    margin-left: 37.5% !important; }
  .large-offset-10 {
    margin-left: 41.6666666667% !important; }
  .large-offset-11 {
    margin-left: 45.8333333333% !important; }
  .large-offset-12 {
    margin-left: 50% !important; }
  .large-offset-13 {
    margin-left: 54.1666666667% !important; }
  .large-offset-14 {
    margin-left: 58.3333333333% !important; }
  .large-offset-15 {
    margin-left: 62.5% !important; }
  .large-offset-16 {
    margin-left: 66.6666666667% !important; }
  .large-offset-17 {
    margin-left: 70.8333333333% !important; }
  .large-offset-18 {
    margin-left: 75% !important; }
  .large-offset-19 {
    margin-left: 79.1666666667% !important; }
  .large-offset-20 {
    margin-left: 83.3333333333% !important; }
  .large-offset-21 {
    margin-left: 87.5% !important; }
  .large-offset-22 {
    margin-left: 91.6666666667% !important; }
  .large-offset-23 {
    margin-left: 95.8333333333% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }
  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }
  .pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }
  .push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }
  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }
  .push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }
  .pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }
  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }
  .pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }
  .push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }
  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }
  .push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }
  .pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; } }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #00599d;
  border-color: #00477e;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #00477e; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #00599d;
    border-color: #00477e;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00477e; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00599d; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 200px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4c4c;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    line-height: 2.375rem; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #444444;
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #AAAAAA; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #AAAAAA; }

:-ms-input-placeholder {
  color: #AAAAAA; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: #444444;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f2f2;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #00599d; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #00599d; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 61.313em) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 61.313em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

.label {
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #00599d;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #00599d;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #00599d;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 61.25rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 61.25rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 61.25rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 61.25rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 61.25rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 61.25rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 61.25rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    text-decoration: none; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.625rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.625rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.625rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #002847;
    color: #00599d; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #002847 !important;
    color: #00599d !important; }

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal; }

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%; }
  .tooltip.tip-override > .nub {
    border-color: transparent transparent #333333 transparent; }
  .tooltip.tip-override.tip-left > .nub,
  .tooltip.tip-override.tip-right > .nub {
    margin-top: 0; } }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:61.313em)/";
  width: 61.313em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #00599d; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.5rem;
      z-index: 98; }

.top-bar {
  background: #00599d;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.5rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.5rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #fff;
        display: block;
        font-weight: normal;
        padding: 0 0.625rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.5rem;
      line-height: 2.5rem;
      padding: 0 0.625rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #00599d;
        height: 34px;
        line-height: 33px;
        padding: 0 2.1875rem 0 0.625rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.625rem;
          box-shadow: 0 0 0 1px #00599d, 0 7px 0 1px #00599d, 0 14px 0 1px #00599d;
          -webkit-box-shadow: 0 0 0 1px #00599d, 0 7px 0 1px #00599d, 0 14px 0 1px #00599d;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
          -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #00599d; }
    .top-bar.expanded .toggle-topbar a {
      color: #e7e7e7; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #e7e7e7, 0 7px 0 1px #e7e7e7, 0 14px 0 1px #e7e7e7; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #002d4f;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #fff; }
    .top-bar-section ul li > a {
      color: #fff;
      display: block;
      font-family: "Roboto", Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: normal;
      padding-left: 0.625rem;
      padding: 12px 0 12px 0.625rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.875rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        background-color: #00599d;
        border-color: #00477e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #00477e; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.875rem;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      background-color: #00599d;
      border-color: #00477e;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #00477e; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #227BC1;
      color: #fff;
      background: #227BC1; }
    .top-bar-section ul li.active > a {
      background: #fff;
      color: #fff; }
      .top-bar-section ul li.active > a:hover {
        background: #227BC1;
        color: #fff; }
  .top-bar-section .has-form {
    padding: 0.625rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.625rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.625rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #fff;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.625rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.625rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 61.313em) {
  .top-bar {
    background: #00599d;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.375rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.375rem; }
    .top-bar.expanded {
      background: #00599d; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 61.25rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #227BC1;
      background: #227BC1;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #00599d;
      line-height: 2.5rem;
      padding: 0 0.625rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #227BC1;
        background: #227BC1; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #fff;
      color: #fff;
      line-height: 2.5rem;
      padding: 0 0.625rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #227BC1;
        color: #fff; }
    .top-bar-section .has-dropdown > a {
      padding-right: 1.875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.25rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #fdfdfd;
        color: #00599d;
        line-height: 2.5rem;
        padding: 12px 0.625rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #fdfdfd;
        color: #00599d; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #227BC1;
        color: #fff;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #0073cb;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.5rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #00599d;
      height: 2.5rem;
      padding: 0 0.625rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #227BC1;
    background: #227BC1;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #fff;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 61.25em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 61.313em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 61.313em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #00599d;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #004d87; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.09375rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 1.625rem; }

h2 {
  font-size: 1.375rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 1.25;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.25;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  html, body {
    height: auto; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 61.313em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

.hidden {
  display: none; }

.top-bar .row {
  max-width: 61.25rem; }

img {
  max-width: 100%;
  height: auto; }

@media all and (max-width: 980px) {
  .irau-logo img {
    max-width: 100px; } }

.primary,
.secondary {
  background-color: #fff; }
  .primary img,
  .secondary img {
    display: block; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.alignright {
  float: right;
  margin: 0 0 10px 10px; }

.aligncenter {
  clear: both;
  margin: 0 auto; }

.equalizer-inner:before, .equalizer-inner:after {
  content: " ";
  display: table; }

.equalizer-inner:after {
  clear: both; }

.stick-to-top {
  border-bottom: 4px solid #227BC1;
  z-index: 1000; }
  .stick-to-top .search-row-wrapper {
    background-color: #227BC1;
    padding: 20px 0 16px 0;
    display: none; }

.bottom-search-wrapper #searchform {
  position: relative; }
  .bottom-search-wrapper #searchform #searchsubmit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "devis-icon", sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    content: '';
    width: 2.3125rem;
    height: 2.3125rem; }

.vertical-align-container {
  display: table; }
  .vertical-align-container .vertical-align {
    display: table-cell;
    vertical-align: middle; }

input[type="submit"] {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #00599d;
  border-bottom: 2px solid #28B7C4;
  height: 2rem;
  padding: 0 0.625rem; }
  input[type="submit"]:hover {
    background-color: #227BC1; }

.wpcf7 .wpcf7-response-output {
  margin: 1em 6em 1em 0; }

.widget .gmp_map_opts {
  margin: 0;
  float: none; }

.top-bar-section ul li > a {
  font-weight: 500; }

nav.top-bar .title-area {
  margin-right: 50px; }
  @media only screen and (min-width: 61.313em) {
    nav.top-bar .title-area {
      margin-right: 0; } }

nav.top-bar #search-toggle {
  position: absolute;
  top: -40px;
  right: 0; }
  @media only screen and (min-width: 61.313em) {
    nav.top-bar #search-toggle {
      position: static;
      top: auto; } }

nav.top-bar.expanded {
  background-color: #00599d; }

nav.top-bar .toggle-topbar.menu-icon a.icon-menu {
  color: #fff;
  padding-right: 10px;
  font-size: 20px; }

@media only screen and (min-width: 61.313em) {
  .menu .menu-item .sub-menu {
    display: block;
    max-height: 0;
    overflow: hidden; }
  .menu .menu-item:hover .sub-menu {
    max-height: 250px;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease; }
    .menu .menu-item:hover .sub-menu .floating-thumbnail {
      display: block;
      overflow: hidden; }
    .menu .menu-item:hover .sub-menu .small-3 .floating-thumbnail {
      max-height: 75px; }
    .menu .menu-item:hover .sub-menu .small-4 .floating-thumbnail {
      max-height: 105px; }
    .menu .menu-item:hover .sub-menu .small-6 .floating-thumbnail {
      max-height: 165px; }
    .menu .menu-item:hover .sub-menu .small-8 .floating-thumbnail {
      max-height: 300px; }
    .menu .menu-item:hover .sub-menu .small-12 .floating-thumbnail {
      max-height: 335px; }
    .menu .menu-item:hover .sub-menu .small-24 .floating-thumbnail {
      max-height: 675px; }
  .menu .menu-item.home a {
    text-indent: -1000px;
    background: url("images/logo-mini.png") no-repeat #00599d !important;
    background-size: 100% 100% !important;
    width: 2.5rem;
    height: 2.5rem;
    display: block; } }

@media only screen and (min-width: 61.313em) {
  .menu > .menu-item > a {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
  .menu > .menu-item:first-child > a,
  .menu > .menu-item:last-child > a {
    border-right: none; } }

#masthead .menu > .menu-item {
  background-color: #00599d; }

.menu .sub-menu {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  margin: 0;
  background-color: #227BC1;
  display: none; }
  .menu .sub-menu li {
    background: none;
    padding: 10px; }
    .menu .sub-menu li:hover img {
      -webkit-box-shadow: 0 0 6px #000;
      -moz-box-shadow: 0 0 6px #000;
      box-shadow: 0 0 6px #000; }
    .menu .sub-menu li:hover a {
      color: #ddd; }
  .menu .sub-menu a {
    color: #fff;
    padding: 0 !important;
    background: none !important;
    line-height: 1.25 !important; }
  .menu .sub-menu .post-title {
    font-size: 0.875rem;
    font-weight: 500; }

#search-toggle {
  display: block;
  float: right;
  color: #fff;
  line-height: 40px;
  width: 50px;
  background-color: #227BC1; }
  #search-toggle span {
    margin-left: 15px; }

#searchform .screen-reader-text {
  display: none; }

#searchform #searchsubmit {
  display: none; }

#searchform #s {
  margin: 0; }

.logged-in .large-login-column.display-right {
  float: right !important; }
  .logged-in .large-login-column.display-right .logged-in-links {
    margin-bottom: 10px;
    text-align: right; }

.logged-in .login-container {
  float: right !important; }

.login-container .wppb-error {
  text-align: right;
  margin-bottom: 5px;
  font-size: 0.75rem; }

.login-container .wppb-alert {
  text-align: right; }

.login-button {
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  margin: 13px 15px 13px 0; }

@media all and (max-width: 980px) {
  .login-button {
    float: left; }
  .alignwithsubscribe {
    padding-top: 15px; } }

.modal-login-container .login-password {
  margin-top: 10px; }

.modal-login-container .login-submit {
  margin-top: 10px; }

#loginform {
  border-bottom: 4px solid #00599d;
  padding-bottom: 6px; }
  #loginform .column {
    padding-right: 0; }
  #loginform .column:first-child {
    padding-left: 0; }
  #loginform label {
    display: none; }
  #loginform input {
    border: none;
    background: #f3f3f3;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #loginform input#wp-submit {
    text-indent: -9999em;
    width: 100%;
    height: 37px;
    padding: 0;
    background: url(images/double-arrow.png) no-repeat center center #00599d; }

.login-column.hide-for-large-up.right {
  display: none !important; }

.loginform-links a {
  font-size: 0.625rem; }

.loginform-links .login-link {
  font-weight: bold; }

.loginform-links .register-link {
  float: right; }

@media all and (max-width: 980px) {
  .logged-in .subscribe-column {
    display: none; } }

.subscribe-link {
  background: url(images/subscribe.png) no-repeat transparent;
  display: block;
  background-size: contain;
  width: 184px;
  height: 70px;
  text-indent: -9999em;
  float: right; }
  .subscribe-link + .subscription-popup {
    top: 0;
    left: 0px;
    z-index: 50; }
    @media only screen and (min-width: 61.313em) {
      .subscribe-link + .subscription-popup {
        left: 0; } }
  .subscribe-link:focus {
    outline: 0; }

.subscribe-link-subscription-popup {
  font-family: 'Bitter', serif;
  font-size: 0.9375rem;
  font-weight: 700;
  display: block;
  background: transparent;
  padding: 3px 15px;
  border: 1px solid #FFF;
  border-radius: 25px;
  margin: 0 auto; }
  .subscribe-link-subscription-popup:focus, .subscribe-link-subscription-popup:active {
    background-color: transparent; }
  .subscribe-link-subscription-popup:hover {
    background-color: #FFF;
    color: #18713b; }

.logged-in-buttons {
  margin-bottom: 0;
  text-align: right; }
  .logged-in-buttons .button {
    margin-bottom: 0;
    padding: 10px 15px; }
    .logged-in-buttons .button:before {
      margin-right: 5px; }

.yop-poll-container .yop-poll-container-error {
  color: #f00; }

.non-stick-to-top {
  padding: 10px 0;
  position: relative; }

.main-logo {
  display: block; }

.wppb-user-forms ul {
  margin-left: 0;
  list-style: none; }
  .wppb-user-forms ul li {
    margin-bottom: 10px; }
    .wppb-user-forms ul li input,
    .wppb-user-forms ul li textarea {
      margin-bottom: 0; }
    .wppb-user-forms ul li label img {
      float: right; }
    .wppb-user-forms ul li .wppb-form-error {
      font-weight: bold;
      font-style: italic; }

.wppb-user-forms .wppb-select-extended .hide {
  display: none; }

.widget, .widget.row {
  margin-bottom: 15px; }

.widget .widgettitle {
  font-size: 1rem;
  font-weight: bold;
  line-height: 29px;
  min-height: 35px;
  background-color: #00599d;
  color: #fff;
  padding: 3px 15px;
  margin: 0;
  position: relative;
  border-bottom: 5px solid #28B7C4; }
  .widget .widgettitle a {
    display: block;
    color: #fff; }
  .widget .widgettitle span {
    padding-right: 5px; }
  .widget .widgettitle img {
    display: inline; }

.widget .widgetcontent,
.widget .yop-poll-container {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-top: none; }

.widget .widgetreadmore {
  padding: 5px 15px;
  border: 1px solid #e2e2e2;
  border-top: none; }
  .widget .widgetreadmore a {
    font-size: 0.75rem;
    float: right;
    font-weight: bold;
    position: relative;
    padding-right: 20px; }
    .widget .widgetreadmore a .devis-icon {
      display: inline-block;
      background-color: #00599d;
      color: #fff;
      margin-left: 5px;
      width: 14px;
      height: 14px;
      line-height: 14px;
      border-radius: 2px;
      position: absolute;
      right: 0;
      top: 5px; }
      .widget .widgetreadmore a .devis-icon:before {
        font-size: 0.5rem;
        position: absolute;
        top: 2px;
        left: 3px; }

.layout-basic .title {
  font-size: 1rem;
  font-weight: bold; }
  .layout-basic .title a:hover {
    color: #000; }

.layout-element-block .element-block {
  margin-bottom: 10px; }

.layout-element-block h4.entry-title {
  font-size: 1rem;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  margin: 0; }
  .layout-element-block h4.entry-title a:hover {
    color: #000; }

.layout-element-block .entry-summary p {
  margin: 0;
  font-size: 0.8125rem; }

.layout-element-title {
  counter-reset: title-counter; }
  .layout-element-title .element-title {
    height: 40px;
    margin-bottom: 10px;
    display: table; }
  .layout-element-title h4 {
    position: relative;
    line-height: 20px;
    padding-left: 50px;
    margin: 0;
    display: table-cell;
    vertical-align: middle; }
    .layout-element-title h4:before {
      display: inline-block;
      content: counter(title-counter);
      background-color: #00599d;
      counter-increment: title-counter;
      width: 40px;
      height: 40px;
      text-align: center;
      color: #fff;
      font-size: 0.875rem;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 40px; }
    .layout-element-title h4 a {
      font-size: 0.875rem;
      display: block; }
  .layout-element-title .element-title:nth-child(2) h4:before {
    background-color: #0065b1; }
  .layout-element-title .element-title:nth-child(3) h4:before {
    background-color: #0070c6; }
  .layout-element-title .element-title:nth-child(4) h4:before {
    background-color: #007cda; }
  .layout-element-title .element-title:nth-child(5) h4:before {
    background-color: #0087ef; }
  .layout-element-title .element-title:nth-child(6) h4:before {
    background-color: #0492ff; }
  .layout-element-title .element-title:nth-child(7) h4:before {
    background-color: #189bff; }
  .layout-element-title .element-title:nth-child(8) h4:before {
    background-color: #2da4ff; }
  .layout-element-title .element-title:nth-child(9) h4:before {
    background-color: #41adff; }
  .layout-element-title .element-title:nth-child(10) h4:before {
    background-color: #56b6ff; }
  .layout-element-title .element-title:nth-child(11) h4:before {
    background-color: #6abeff; }

.dp-listing .layout-element-block h4.entry-title {
  border-bottom: 1px solid #00599d;
  margin-bottom: 8px; }

.layout-element-thumbnail .element-thumbnail {
  margin-bottom: 10px; }
  .layout-element-thumbnail .element-thumbnail .thumbnail {
    float: left;
    margin: 0 15px 0 0; }
  .layout-element-thumbnail .element-thumbnail h4.title {
    margin: 0 0 5px;
    color: #00599d;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.2; }
    .layout-element-thumbnail .element-thumbnail h4.title a:hover {
      color: #000; }
  .layout-element-thumbnail .element-thumbnail .entry-summary p {
    margin: 0;
    font-family: Arial, san-serif;
    font-size: 0.75rem; }

.layout-element-slider.widgetcontent {
  border: none;
  padding: 0; }

.layout-element-slider .slide {
  display: none;
  position: relative; }
  .layout-element-slider .slide:first-child,
  .bx-wrapper .layout-element-slider .slide {
    display: block; }
  .layout-element-slider .slide .content {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 67%; }
    .layout-element-slider .slide .content .entry-title {
      margin: 0;
      font-size: 0.875rem;
      font-weight: bold; }
      .layout-element-slider .slide .content .entry-title a {
        display: block;
        color: #fff; }
        .layout-element-slider .slide .content .entry-title a .inner {
          display: inline-block;
          padding: 5px 10px;
          background-color: #00599d;
          background-color: rgba(0, 89, 157, 0.7); }
    .layout-element-slider .slide .content .entry-summary {
      padding: 5px 10px;
      clear: both;
      color: #fff;
      background-color: #227BC1;
      background-color: rgba(34, 123, 193, 0.7);
      font-size: 0.75rem; }
      .layout-element-slider .slide .content .entry-summary p {
        margin: 0;
        font-size: 0.75rem;
        color: #fff; }

.dp-twitter .tweet-container {
  margin-top: 10px; }
  .dp-twitter .tweet-container:first-child {
    margin-top: 0; }

.dp-twitter .icon-twitter {
  font-size: 1.5rem;
  color: #5EA9DD; }

.dp-twitter .tweet {
  font-size: 0.75rem;
  margin-bottom: 5px; }
  .dp-twitter .tweet a {
    color: #000;
    font-weight: bold; }

.dp-twitter .time {
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  float: left;
  margin-right: 10px; }

.dp-twitter .controls {
  float: left; }
  .dp-twitter .controls .twitter-actions {
    margin: 0;
    list-style: none; }
    .dp-twitter .controls .twitter-actions li {
      float: left;
      margin-right: 5px;
      line-height: 24px; }
      .dp-twitter .controls .twitter-actions li a {
        color: #B3B3B3; }

.dp-author-description .author {
  padding: 0 10px; }
  .dp-author-description .author .image-wrapper {
    float: left;
    margin: 0 15px 15px 0; }

.dp-external-events .widgetcontent,
.dp-events .widgetcontent {
  padding-bottom: 0; }

.dp-external-events .event,
.dp-events .event {
  padding-bottom: 20px; }
  .dp-external-events .event .date,
  .dp-events .event .date {
    width: 58px;
    height: 58px;
    float: left; }
    .dp-external-events .event .date .month,
    .dp-events .event .date .month {
      background-color: #00599d;
      line-height: 18px;
      color: #fff;
      text-align: center;
      font-size: 0.6875rem;
      font-weight: bold; }
    .dp-external-events .event .date .day,
    .dp-events .event .date .day {
      line-height: 40px;
      text-align: center;
      color: #28B7C4;
      font-size: 2.125rem;
      font-weight: 300;
      border: 1px solid #e2e2e2;
      border-top: none; }
  .dp-external-events .event .details,
  .dp-events .event .details {
    margin-left: 80px;
    font-size: 0.875rem; }
    .dp-external-events .event .details .text,
    .dp-events .event .details .text {
      line-height: 1.25; }
    .dp-external-events .event .details .text.with-image,
    .dp-events .event .details .text.with-image {
      float: left;
      width: 48%;
      margin-right: 4%; }
      @media all and (max-width: 480px) {
        .dp-external-events .event .details .text.with-image,
        .dp-events .event .details .text.with-image {
          margin-right: 0;
          width: 100%; } }
    .dp-external-events .event .details .image,
    .dp-events .event .details .image {
      float: left;
      width: 48%; }
      @media all and (max-width: 480px) {
        .dp-external-events .event .details .image,
        .dp-events .event .details .image {
          display: none; } }
    .dp-external-events .event .details h4,
    .dp-events .event .details h4 {
      font-size: 1rem;
      font-weight: bold;
      margin: 0 0 10px 0;
      line-height: 20px; }
      .dp-external-events .event .details h4 a,
      .dp-events .event .details h4 a {
        color: #00599d; }
        .dp-external-events .event .details h4 a:hover,
        .dp-events .event .details h4 a:hover {
          color: #000; }
    .dp-external-events .event .details p,
    .dp-events .event .details p {
      font-size: 0.75rem;
      margin: 0;
      line-height: 20px; }
      .dp-external-events .event .details p.location,
      .dp-events .event .details p.location {
        font-size: 0.6875rem;
        font-weight: bold; }

.dp-event-speakers .speaker {
  position: relative;
  margin-bottom: 15px; }
  .dp-event-speakers .speaker img {
    float: left;
    margin-right: 10px; }
  .dp-event-speakers .speaker .speaker-name {
    margin: 0 0 10px; }
  .dp-event-speakers .speaker .speaker-info ul, .dp-event-speakers .speaker .speaker-info ol {
    list-style-position: inside;
    margin-left: 0; }

.dp-event-tickets h3 {
  margin: 0 0 20px 0; }

.dp-event-tickets p {
  margin: 0 0 10px 0;
  line-height: 30px;
  clear: both; }
  .dp-event-tickets p.early-bird .price {
    text-decoration: line-through;
    font-size: 0.9375rem;
    color: #f00; }
    .dp-event-tickets p.early-bird .price span {
      color: #000; }
  .dp-event-tickets p span.buy {
    display: inline-block;
    width: 75px;
    height: 36px;
    background: url("images/soldout.png");
    text-indent: -1000em;
    position: relative;
    top: -10px;
    left: 10px; }
  .dp-event-tickets p a.buy {
    padding: 5px 10px;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0;
    background: #00599d;
    border: none;
    border-bottom: 2px solid #28b7c4;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400; }
    @media all and (max-width: 360px) {
      .dp-event-tickets p a.buy {
        display: inline-block;
        padding: 0 10px; } }

.dp-event-sponsors .sponsors .sponsor-group {
  text-align: center;
  padding: 0 10px; }
  @media only screen and (min-width: 61.313em) {
    .dp-event-sponsors .sponsors .sponsor-group {
      text-align: left;
      float: left; } }
  .dp-event-sponsors .sponsors .sponsor-group .sponsor {
    display: inline-block;
    margin: 0 10px 0  0;
    border-left: 1px solid #e2e2e2;
    padding-left: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
    .dp-event-sponsors .sponsors .sponsor-group .sponsor:first-child {
      border-left: none;
      padding-left: 0; }
    @media only screen and (min-width: 61.313em) {
      .dp-event-sponsors .sponsors .sponsor-group .sponsor {
        float: left; } }
    .dp-event-sponsors .sponsors .sponsor-group .sponsor.silver {
      width: 150px; }
      @media only screen and (min-width: 61.313em) {
        .dp-event-sponsors .sponsors .sponsor-group .sponsor.silver {
          margin-top: 24px; } }
    .dp-event-sponsors .sponsors .sponsor-group .sponsor.partner {
      width: 150px; }
      @media only screen and (min-width: 61.313em) {
        .dp-event-sponsors .sponsors .sponsor-group .sponsor.partner {
          margin-top: 0; } }
      .dp-event-sponsors .sponsors .sponsor-group .sponsor.partner .partner-title {
        font-size: 0.875rem; }
    .dp-event-sponsors .sponsors .sponsor-group .sponsor.bronze {
      width: 90px; }
      @media only screen and (min-width: 61.313em) {
        .dp-event-sponsors .sponsors .sponsor-group .sponsor.bronze {
          margin-top: 38px; } }
    @media only screen and (max-width: 40em) {
      .dp-event-sponsors .sponsors .sponsor-group .sponsor {
        border-left: none;
        padding-left: 0;
        margin: 0 10px; } }

.dp-featured-authors .widgetcontent {
  padding: 15px 20px 0; }

.dp-featured-authors .authors {
  margin: 0;
  list-style: none; }
  .dp-featured-authors .authors .author-name-wrapper {
    margin-bottom: 10px; }
  .dp-featured-authors .authors .vertical-align-container {
    height: 48px; }
  .dp-featured-authors .authors .image-wrapper {
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px; }
  .dp-featured-authors .authors .author-name {
    color: #4a4a4a;
    font-size: 1rem;
    line-height: 1.25rem; }
  .dp-featured-authors .authors .author-posts {
    list-style: none;
    margin-left: 20px;
    margin-bottom: 15px; }
    .dp-featured-authors .authors .author-posts > li {
      position: relative; }
      .dp-featured-authors .authors .author-posts > li a {
        font-size: 0.875rem; }
    .dp-featured-authors .authors .author-posts > li:before {
      content: '\B7';
      color: #00599d;
      font-size: 30px;
      line-height: 17px;
      position: absolute;
      left: -15px; }
  .dp-featured-authors .authors .author-bio p {
    color: #4a4a4a;
    font-size: 0.75rem; }

.dp-featured-authors .bx-wrapper .bx-pager {
  text-align: left;
  bottom: -37px; }

.dp-featured-authors .widgetreadmore-placeholder {
  border: 1px solid #e2e2e2;
  border-top: none;
  height: 34px; }

.dp-event-details .widgetcontent {
  padding-top: 10px;
  min-height: 229px; }
  .dp-event-details .widgetcontent h1 {
    margin-top: 0;
    line-height: 1.2; }
  .dp-event-details .widgetcontent .description p {
    margin-bottom: 10px; }
  .dp-event-details .widgetcontent .details {
    font-size: 0.75rem; }
    .dp-event-details .widgetcontent .details span {
      margin-right: 10px; }
  .dp-event-details .widgetcontent .social-share {
    position: relative; }
    .dp-event-details .widgetcontent .social-share .sd-sharing {
      padding: 0;
      margin: 0; }
      .dp-event-details .widgetcontent .social-share .sd-sharing h3 {
        margin: 0;
        width: 100%; }
    .dp-event-details .widgetcontent .social-share .days-left {
      position: absolute;
      right: 0;
      bottom: 32px;
      font-weight: bold;
      color: #00599d; }
      @media all and (max-width: 360px) {
        .dp-event-details .widgetcontent .social-share .days-left {
          position: static;
          float: right; } }

.yop-poll-container .poll-date,
.yop-poll-container .poll-question {
  color: #4a4a4a;
  line-height: 1.25rem; }

.yop-poll-container .poll-date {
  font-size: 1.125rem;
  margin-bottom: 5px; }

.yop-poll-container .poll-question {
  font-size: 0.875rem;
  margin-bottom: 15px; }

.yop-poll-container .poll-answers {
  margin-bottom: 15px; }
  .yop-poll-container .poll-answers ul {
    list-style: none;
    margin: 0; }
  .yop-poll-container .poll-answers input[type="radio"],
  .yop-poll-container .poll-answers input[type="checkbox"] {
    margin-bottom: 0; }

.yop-poll-container .poll-result div[id*="yop-poll-result-bar-"] {
  height: 9px;
  background-color: #00599d; }

.yop-poll-container .yop_poll_vote_button {
  color: #fff;
  font-size: 0.875rem;
  font-style: italic;
  padding: 2px 10px;
  height: 20px;
  background-color: #28B7C4;
  margin-bottom: 0;
  -webkit-box-shadow: 1px 2px 0px 0px #00599d;
  -moz-box-shadow: 1px 2px 0px 0px #00599d;
  box-shadow: 1px 2px 0px 0px #00599d; }

.dp-content .title {
  margin-top: 0; }

.dp-content .post-meta {
  margin-bottom: 15px; }
  .dp-content .post-meta > div {
    float: left;
    margin-right: 15px; }

.dp-content .row.nav-buttons {
  margin-bottom: 15px; }

.social-links-wrapper {
  position: relative; }
  .social-links-wrapper .share-text {
    display: inline-block;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    float: left; }
  @media screen and (max-width: 480px) {
    .social-links-wrapper .share-text {
      display: block;
      width: 100%; } }
  .social-links-wrapper .social-links {
    padding: 10px 0;
    background: #fff; }
    .social-links-wrapper .social-links.scroll-to-fixed-fixed {
      padding: 10px;
      -webkit-box-shadow: 0 0 4px #888;
      -moz-box-shadow: 0 0 4px #888;
      box-shadow: 0 0 4px #888; }
    .social-links-wrapper .social-links .social-button-wrapper {
      float: left;
      margin: 0 5px;
      padding: 0 8px;
      background: #00599d; }
      .social-links-wrapper .social-links .social-button-wrapper a {
        font-size: 12px;
        color: #fff; }
      @media screen and (max-width: 480px) {
        .social-links-wrapper .social-links .social-button-wrapper a {
          font-size: 11px;
          color: #fff; } }
      .social-links-wrapper .social-links .social-button-wrapper .share-count {
        background: #28B7C4;
        border-radius: 50%;
        color: #fff;
        font-size: 10px;
        padding: 2px;
        min-width: 15px;
        line-height: 11px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin-left: 2px; }
    @media screen and (max-width: 480px) {
      .social-links-wrapper .social-links .social-button-wrapper {
        margin: 0 2px 0 0;
        padding: 0 6px; } }

#comments .commentlist {
  list-style: none;
  margin: 0; }
  #comments .commentlist .avatar-wrapper {
    border-radius: 50%;
    overflow: hidden;
    float: left; }
  #comments .commentlist .text {
    margin-left: 85px; }
  #comments .commentlist .children {
    list-style: none; }

#comments .form-submit {
  text-align: right; }

#comments .tabs {
  list-style: none; }
  #comments .tabs li {
    float: left;
    font-size: 1rem;
    margin: 0 10px 10px 0; }
    #comments .tabs li.active a {
      color: #227BC1; }
    #comments .tabs li a:hover {
      color: #227BC1; }
    #comments .tabs li a {
      outline: none; }

#comments .tabs-wrapper {
  overflow: hidden; }
  #comments .tabs-wrapper .tabs-content {
    width: 200%;
    -webkit-transition: margin 0.5s ease;
    -moz-transition: margin 0.5s ease;
    -ms-transition: margin 0.5s ease;
    -o-transition: margin 0.5s ease;
    transition: margin 0.5s ease; }
    #comments .tabs-wrapper .tabs-content.show-tab-2 {
      margin-left: -100%; }
    #comments .tabs-wrapper .tabs-content .tab {
      width: 50%;
      float: left; }

.sd-social.sd-sharing {
  margin-bottom: 15px;
  display: block;
  background-color: #fff;
  padding: 5px;
  width: 100%; }
  .sd-social.sd-sharing.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0 0 4px #888;
    -moz-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888; }
  .sd-social.sd-sharing.scroll-to-fixed-fixed {
    margin-bottom: 5px; }
  .sd-social.sd-sharing .sd-title {
    float: left;
    margin: 0 5px;
    line-height: 26px; }
    .sd-social.sd-sharing .sd-title:before {
      display: none; }
  .sd-social.sd-sharing ul {
    margin-bottom: 0 !important; }
    .sd-social.sd-sharing ul li a.sd-button.share-icon {
      background-color: #00599d;
      color: #fff !important;
      border-color: #004b84;
      border-radius: 0; }
      @media only screen and (max-width: 40em) {
        .sd-social.sd-sharing ul li a.sd-button.share-icon {
          padding-right: 2px; }
          .sd-social.sd-sharing ul li a.sd-button.share-icon > span {
            font-size: 0;
            visibility: collapse; }
            .sd-social.sd-sharing ul li a.sd-button.share-icon > span > span {
              visibility: visible;
              display: block;
              float: right;
              margin-top: 5px;
              line-height: 12px; } }
      .sd-social.sd-sharing ul li a.sd-button.share-icon:hover {
        background-color: #004b84;
        border-color: #003c6a; }

.dp-directory-listing .widgetcontent {
  padding: 0 10px;
  border-bottom-width: 2px; }

.dp-directory-listing .company {
  border: 1px solid #e2e2e2;
  border-width: 2px 1px 0 1px;
  padding-bottom: 10px; }
  .dp-directory-listing .company:last-child {
    float: left; }
  .dp-directory-listing .company .square {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative; }
    .dp-directory-listing .company .square .absolute-box {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .dp-directory-listing .company .square .vertical-align-container {
      width: 100%;
      height: 100%;
      table-layout: fixed; }
    .dp-directory-listing .company .square img.vertical {
      max-height: 100%;
      width: auto;
      height: auto; }
  .dp-directory-listing .company .name {
    font-size: 13px;
    font-weight: bold;
    margin: 0; }
  .dp-directory-listing .company .category {
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 10px; }

.dp-directory-listing .top-tier .slogan,
.dp-directory-listing .top-tier .phone,
.dp-directory-listing .top-tier .website {
  font-size: 12px;
  line-height: 1.4; }

.dp-directory-listing .top-tier .slogan {
  margin-bottom: 5px; }

.dp-directory-listing .top-tier .website {
  color: #000; }

.post-type-archive-company .company .equalizer-inner {
  padding: 20px; }
  .post-type-archive-company .company .equalizer-inner a {
    display: inline-block;
    min-height: 72px; }
    .post-type-archive-company .company .equalizer-inner a img {
      display: block;
      max-height: 72px;
      width: auto; }
  .post-type-archive-company .company .equalizer-inner .entry-title a {
    min-height: auto; }

.post-type-archive-company .company .element-block {
  margin-bottom: 20px; }

.dp-products-listing .product {
  border-left: 1px solid #e2e2e2; }
  .dp-products-listing .product:first-child, .dp-products-listing .product.small-12:nth-child(2n+1) {
    border-left: none; }
  .dp-products-listing .product .square {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative; }
    .dp-products-listing .product .square .absolute-box {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    .dp-products-listing .product .square .vertical-align-container {
      width: 100%;
      height: 100%;
      table-layout: fixed; }
    .dp-products-listing .product .square img.vertical {
      max-height: 100%;
      width: auto;
      height: auto; }
  .dp-products-listing .product .name {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .dp-products-listing .product .category,
  .dp-products-listing .product .company {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0; }
  .dp-products-listing .product .category {
    margin-bottom: 10px; }

.subscription-popup {
  background: transparent url("images/subscribe-background.png") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 14px;
  width: 240px;
  background-color: #fff;
  right: 10px;
  position: absolute;
  visibility: hidden;
  color: #FFF; }
  .subscription-popup .subscription-input {
    padding: 5px;
    height: 1.875rem; }
  .subscription-popup .subscription-input::-webkit-input-placeholder {
    font-size: 0.75rem; }
  .subscription-popup .subscription-input::-moz-placeholder {
    font-size: 0.75rem; }
  .subscription-popup .subscription-input:-ms-input-placeholder {
    font-size: 0.75rem; }
  .subscription-popup h3 {
    color: #FFF;
    font-weight: 400;
    font-family: 'Bitter', serif;
    line-height: 24px; }
  .subscription-popup.scroll-to-fixed-fixed {
    visibility: visible; }
  .subscription-popup .close {
    position: absolute;
    width: 32px;
    height: 32px;
    color: #19713b;
    box-shadow: 0px 0px 5px #666;
    cursor: pointer;
    float: right;
    font-family: Arial,sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    right: 13px;
    top: -10px;
    padding: 5px;
    background-color: white;
    border-radius: 25px; }
  .subscription-popup .button {
    margin: 0; }
  .subscription-popup .subscription-firstname {
    padding-right: 3px !important; }
  .subscription-popup .subscription-lastname {
    padding-left: 3px !important; }

.dp-filters .term {
  margin-bottom: 10px; }

.tower-wrapper {
  position: relative; }
  .tower-wrapper .tower {
    display: none;
    position: absolute; }
  @media only screen and (max-width: 768px) {
    .tower-wrapper iframe {
      display: none; } }

.dp-jobs-listing .jobs-listing-wrapper.loading {
  min-height: 60px;
  background: url("images/bx_loader.gif") no-repeat center center #fff;
  border: solid #e2e2e2;
  border-width: 0 1px 1px; }
  .dp-jobs-listing .jobs-listing-wrapper.loading .view-all {
    display: none; }

.dp-jobs-listing .jobs-listing-wrapper .job {
  padding: 10px;
  border: solid #e2e2e2;
  border-width: 0 1px 1px; }

.dp-jobs-listing .jobs-listing-wrapper p {
  margin-bottom: 5px; }
  .dp-jobs-listing .jobs-listing-wrapper p:last-child {
    margin-bottom: 0; }

.dp-jobs-listing .jobs-listing-wrapper .title {
  font-weight: bold; }

@media only screen and (min-width: 40.063em) {
  .mc_merge_var {
    width: 48%;
    float: left; }
    .mc_merge_var:nth-child(2n) {
      margin-right: 4%; }
  .mc_interests_header,
  .mc_interests {
    clear: both; } }

#footer-widgets .widget {
  border-top: 4px solid #00599d;
  padding-top: 25px; }

#footer-widgets p {
  color: #888;
  font-size: 0.6875rem;
  margin-bottom: 0; }

#footer-widgets .menu {
  margin: 0;
  list-style: none; }
  #footer-widgets .menu .menu-item {
    margin-right: 10px;
    float: left; }
    #footer-widgets .menu .menu-item a {
      font-size: 1.125rem;
      line-height: 1.5rem; }

#socket .widget {
  padding-top: 20px; }

#socket p {
  color: #888;
  font-size: 0.6875rem; }

.bx-wrapper {
  margin: 0; }
  .bx-wrapper img {
    width: 100%; }
  .bx-wrapper .bx-controls-direction a {
    background: url(images/nav-arrows.png);
    width: 28px;
    height: 27px;
    margin-top: -14px; }
  .bx-wrapper .bx-controls-direction .bx-next {
    background-position: -28px 0; }
  .bx-wrapper .bx-pager {
    width: auto;
    right: 0;
    bottom: -5px; }
  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
    border-radius: 0;
    background-color: #eee; }
  .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
    background-color: #00599d; }
  .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.best {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .best * {
    list-style: none;
    line-height: 1; }
  .best .title {
    background-color: #00599d;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .best .title:before {
      background: #ffd800;
      color: #222;
      content: "Best";
      display: block;
      font-size: 0.75rem;
      padding: 2px;
      position: absolute;
      right: -36px;
      top: 11px;
      transform: rotate(43deg);
      width: 108px; }
  .best .price {
    background-color: #00599d;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #ffd800; }

.pricing-table .price {
  border-bottom: 5px solid #28B7C4; }

@media only screen and (max-width: 40em) {
  body {
    position: static; } }

.terms-menu {
  background-color: #00599d;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  margin-bottom: 50px; }
  .terms-menu a {
    float: left;
    margin-right: 20px;
    color: #fff;
    font-weight: normal;
    font-size: 1.125rem; }
    .terms-menu a:hover, .terms-menu a.active {
      text-decoration: underline;
      font-weight: bold; }

@media all and (max-width: 640px) {
  .logged-in .logo-domains-menu-wrapper {
    height: 30px; }
    .logged-in .logo-domains-menu-wrapper .domains-menu {
      top: 0;
      right: 8px; } }

.uberflip-button {
  margin: 0 20px 0 0 !important; }
  .uberflip-button:hover {
    color: #fff !important; }

.domains-menu {
  width: 120px;
  position: absolute;
  left: 10px;
  bottom: auto;
  top: 75px;
  z-index: 11; }
  @media all and (max-width: 980px) {
    .domains-menu {
      left: 10px;
      bottom: auto;
      top: 60px; }
      .logged-in .domains-menu {
        left: 10px;
        top: 60px; }
      .logged-in .domains-menu.no-login-message {
        top: 0; } }
  @media all and (max-width: 640px) {
    .logged-in .domains-menu {
      left: auto;
      top: 14px; } }
  .domains-menu .domains-toggle {
    height: 30px;
    padding: 5px 10px;
    background-color: #F2F2F2;
    color: #00599d;
    font-size: 0.75rem;
    line-height: 20px;
    cursor: pointer; }
    .domains-menu .domains-toggle:after {
      position: absolute;
      top: 4px;
      right: 5px;
      font-family: "devis-icon", sans-serif;
      content: '\e81b'; }
    .domains-menu .domains-toggle.active {
      background-color: #00599d;
      color: #fff; }
      .domains-menu .domains-toggle.active:after {
        content: '\e81a'; }
    .domains-menu .domains-toggle span {
      font-weight: bold; }
  .domains-menu .menu {
    display: none;
    position: absolute;
    margin: 0;
    list-style: none;
    top: 30px;
    left: 0;
    z-index: 12;
    padding: 5px 10px;
    width: 120px;
    background-color: #00599d; }
    .domains-menu .menu .menu-item {
      margin-top: 5px;
      margin-bottom: 5px; }
      .domains-menu .menu .menu-item a {
        display: block;
        color: #fff;
        border: none;
        font-size: 0.75rem; }
        .domains-menu .menu .menu-item a:hover {
          font-weight: bold; }
        .domains-menu .menu .menu-item a span {
          float: right;
          font-weight: bold; }

.dp-subscription-image .bottom-align {
  white-space: nowrap;
  margin-bottom: 40px; }
  .dp-subscription-image .bottom-align .equal {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    white-space: normal; }
    .dp-subscription-image .bottom-align .equal p {
      margin-bottom: 0; }

@media all and (min-width: 1250px) {
  .dp-subscription-image .bleed {
    margin-left: 0; } }

.yarpp-thumbnail-title {
  font-size: 12px !important; }

span.validated {
  position: relative;
  float: right; }
  span.validated:after {
    content: '✓';
    font-weight: bold;
    font-size: 1.25rem;
    position: absolute;
    top: -30px;
    right: 5px;
    color: green; }

span.invalidated {
  position: relative;
  float: right; }
  span.invalidated:after {
    content: '✕';
    font-weight: bold;
    font-size: 1.25rem;
    position: absolute;
    top: -30px;
    right: 5px;
    color: red; }

.dp-subscription-image {
  padding: 2rem; }

.dp-subscription-options .product-title {
  font-weight: bold;
  margin: 20px 0 0; }
  .dp-subscription-options .product-title .has-tip {
    display: inline-block;
    margin-bottom: 4px; }
  .dp-subscription-options .product-title .has-tip .tooltip-icon img {
    width: 15px;
    height: auto;
    display: inline; }

.dp-subscription-options .product {
  text-align: left; }
  .dp-subscription-options .product.active a:before {
    border-color: #008000;
    background-color: #008000; }
  .dp-subscription-options .product a {
    color: #000; }
    .dp-subscription-options .product a:before {
      content: " ";
      display: inline-block;
      width: 16px;
      height: 16px;
      border: 3px solid #00599d;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 4px; }

.dp-subscription-options .product-text {
  font-size: 12px;
  font-style: italic;
  color: black;
  color: rgba(0, 0, 0, 0.9);
  margin: 15px 0 5px; }
  .dp-subscription-options .product-text:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #000; }

.dp-subscription-options .premium-text {
  font-size: 12px;
  margin-bottom: 15px; }

.dp-subscription-options .premium {
  font-size: 11px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px; }
  .dp-subscription-options .premium img {
    margin: 0 auto 5px; }

.dp-subscription-options .button {
  margin: 0 0 5px 0;
  float: right;
  padding: 10px 20px;
  font-style: normal; }

.dp-subscription-options .floated-text {
  float: left;
  margin-top: 20px; }

.dp-subscription-options hr {
  margin-top: 15px;
  margin-bottom: 0;
  border-color: #000; }

.premium-content {
  position: relative;
  width: 100%; }
  .premium-content h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 2rem 0; }
  .premium-content .paywall-overlay {
    position: absolute;
    background: #00589d;
    padding: 0;
    color: #fff;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.32), 0 -48px 48px 16px white; }
  .premium-content .paywall {
    visibility: hidden;
    max-height: 400px; }
  .premium-content .hero-text {
    font-size: 1rem; }
  .premium-content .left-content {
    width: 50%;
    padding: 2rem;
    float: left; }
  .premium-content .right-content {
    background-size: 126%;
    width: 50%;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center; }
  @media all and (max-width: 768px) {
    .premium-content .left-content {
      width: 100%; }
    .premium-content .right-content {
      display: none; } }
  .premium-content .button {
    background-color: #28b7c4;
    border-color: #00497e;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 0.5rem;
    cursor: pointer; }
    .premium-content .button.secondary {
      background: #f2f2f2;
      border-color: #f2f2f2; }
  .premium-content .cta {
    margin: 2rem 0; }

.category-member-content .title:after,
.category-member-content .entry-title:after {
  font-family: 'devis-icon';
  content: '\e82c';
  margin-left: 10px; }

.user-can-read-premium-content .category-member-content .title:after,
.user-can-read-premium-content .category-member-content .entry-title:after {
  display: none; }

.recaptcha_input_area {
  margin-top: -12px !important;
  top: 10px !important; }

.products-wrapper .product-wrapper .product-image-wrapper {
  text-align: center;
  border: solid 1px #dddddd; }
  .products-wrapper .product-wrapper .product-image-wrapper img {
    height: auto;
    width: auto;
    max-height: 127px; }

.products-wrapper .product {
  margin-bottom: 30px !important; }
  .products-wrapper .product h3 {
    margin: 0;
    background-color: #00599d;
    border-bottom: 2px solid #227BC1; }
    .products-wrapper .product h3 a {
      display: block;
      color: #fff;
      padding: 0 10px;
      font-size: 1rem;
      line-height: 40px;
      font-weight: bold;
      text-align: center; }
  .products-wrapper .product .trigger-product-variations {
    display: block;
    width: 100%;
    background-color: #ddd;
    color: #00599d;
    line-height: 40px;
    text-align: center;
    position: relative;
    font-weight: bold; }
    .products-wrapper .product .trigger-product-variations.active-trigger:after {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 8px solid #00599d;
      top: 16px;
      right: 10px; }
    .products-wrapper .product .trigger-product-variations.open.active-trigger:after {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 8px solid #00599d;
      border-top: 0;
      top: 16px;
      right: 10px; }
  .products-wrapper .product .custom-product-variations {
    display: none; }
  .products-wrapper .product table {
    width: 100%; }
    .products-wrapper .product table tbody td.header {
      font-weight: bold; }
    .products-wrapper .product table tr {
      background-color: transparent !important;
      border: 1px solid #ddd; }
    .products-wrapper .product table td {
      text-align: left;
      border: 1px solid #ddd; }
      .products-wrapper .product table td a {
        display: block;
        width: 100%;
        line-height: 30px;
        background-color: #00599d;
        color: #fff;
        text-align: center;
        font-size: 12px; }

.expander-toggle-wrap {
  margin-top: 15px; }
  .expander-toggle-wrap h2 {
    float: left; }
  .expander-toggle-wrap span {
    float: left;
    margin: 12px 0px 0px 15px; }

.expander-content {
  display: none; }

.form-row .terms-checklist {
  list-style: none;
  margin: 0 0 1rem; }
  .form-row .terms-checklist input[type="checkbox"],
  .form-row .terms-checklist input[type="radio"] {
    margin-bottom: 5px; }
  .form-row .terms-checklist .description {
    margin-bottom: 10px;
    display: inline-block; }

@media print {
  .single .top-bar,
  .single .sharedaddy,
  .single #masthead .subscribe-column,
  .single #masthead .login-column,
  .single .subscription-popup,
  .single .dp-content .post-meta,
  .single .dp-content .row.nav-buttons,
  .single .dp-related-content,
  .single .dp-comments,
  .single .dp-most-viewed,
  .single .a-single,
  .single .Yop.Poll,
  .single .dp-directory-listing,
  .single .dp-twitter,
  .single #socket,
  .single #footer-widgets .menu,
  .single .yarpp-related,
  .single .searchform,
  .single a:after {
    display: none; } }

.recaptcha_only_if_privacy {
  float: none !important; }

.unsubscribe-message {
  margin-left: 20px; }

.featured-speakers-list .speaker {
  margin: 10px 0; }
  .featured-speakers-list .speaker .speaker-info {
    line-height: 1.2; }
  .featured-speakers-list .speaker .speaker-name a {
    font-size: 0.875rem; }
  .featured-speakers-list .speaker .speaker-position {
    line-height: 1; }
    .featured-speakers-list .speaker .speaker-position em {
      font-size: 0.875rem; }

.testimonials-list .testimonial {
  margin-bottom: 20px; }
  .testimonials-list .testimonial img {
    float: left;
    margin-right: 15px; }
  .testimonials-list .testimonial .speaker-position {
    line-height: 1; }

.notify-wrapper {
  padding: 15px;
  background: #fff; }
  .notify-wrapper .notify-wrapper-top,
  .notify-wrapper .notify-wrapper-bottom {
    display: block;
    height: 14px;
    background: #feb364;
    position: relative; }
    .notify-wrapper .notify-wrapper-top:before, .notify-wrapper .notify-wrapper-top:after,
    .notify-wrapper .notify-wrapper-bottom:before,
    .notify-wrapper .notify-wrapper-bottom:after {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      width: 14px;
      height: 14px;
      background: url(images/notify-corners.png) no-repeat transparent; }
    .notify-wrapper .notify-wrapper-top:before,
    .notify-wrapper .notify-wrapper-bottom:before {
      left: 0; }
    .notify-wrapper .notify-wrapper-top:after,
    .notify-wrapper .notify-wrapper-bottom:after {
      right: 0;
      background-position: -14px 0; }
  .notify-wrapper .notify-wrapper-bottom:before {
    background-position: 0 -14px; }
  .notify-wrapper .notify-wrapper-bottom:after {
    background-position: -14px -14px; }
  .notify-wrapper:before, .notify-wrapper:after {
    content: "";
    display: block;
    width: 14px;
    position: absolute;
    top: 29px;
    bottom: 29px;
    background: url(images/notify-border.png) repeat transparent; }
  .notify-wrapper:before {
    left: 15px; }
  .notify-wrapper:after {
    right: 15px; }
  .notify-wrapper p {
    margin: 0 30px 15px; }

.ui-widget-content {
  list-style: none;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden; }
  .ui-widget-content .ui-menu-item {
    color: #000;
    font-weight: inherit;
    padding: 3px;
    font-size: 0.875rem; }
    .ui-widget-content .ui-menu-item.ui-state-focus {
      color: #FFF;
      background: #00599d !important;
      border: 0 !important;
      cursor: pointer; }

#login-modal {
  z-index: 100000; }

.loginform-social {
  margin-bottom: 20px;
  border-bottom: 4px solid #00599d;
  padding-bottom: 6px; }
  .loginform-social .social-login-text {
    font-size: 13px;
    line-height: 1.5; }
  .loginform-social .facebook-login-wrapper {
    padding-right: 5px !important; }
  .loginform-social .linkedin-login-wrapper {
    padding-left: 5px !important; }

.dp-social-button {
  width: 100%;
  text-align: center !important; }
  .dp-social-button.small {
    padding: 12px 16px !important; }

.social-icons {
  float: right;
  padding-bottom: 10px;
  padding-top: 10px; }
  @media only screen and (min-width: 61.313em) {
    .logged-in .social-icons {
      margin-left: -0; } }
  .social-icons .social-icons-text {
    font-size: 20px;
    font-weight: 500;
    color: #00599d;
    margin-right: 15px;
    vertical-align: middle; }
  .social-icons img {
    width: 30px;
    height: auto; }

.social-icons-mobile .social-icons-text {
  display: none; }

@media all and (max-width: 768px) {
  .logged-in .social-icons.alignwithlogo {
    padding-top: 10px; }
  .logged-in .social-icons-mobile.small-12, .logged-in .alignwithsubscribe.small-12 {
    width: 100%; } }

.event-pricing-table {
  margin: 20px 0;
  overflow: hidden; }
  .event-pricing-table .column {
    position: relative;
    padding: 20px 30px 80px; }
  .event-pricing-table .col-1 {
    background: #3278b3; }
  .event-pricing-table .col-2 {
    background: #3a679a;
    z-index: 10;
    -webkit-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px #000000; }
  .event-pricing-table .col-3 {
    background: #2b5273; }
  .event-pricing-table h3 {
    text-align: center;
    font-size: 20px; }
  .event-pricing-table .col-1 h3 {
    color: #f2e844; }
  .event-pricing-table .col-2 h3 {
    color: #47ffec; }
  .event-pricing-table .col-3 h3 {
    color: #00ff3c; }
  .event-pricing-table h1 {
    text-align: center;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    font-weight: 500; }
  .event-pricing-table hr {
    border-color: #9db3cd; }
  .event-pricing-table ul {
    margin-left: 30px;
    list-style: none; }
  .event-pricing-table li {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 20px;
    position: relative; }
  .event-pricing-table li:before {
    content: "";
    width: 27px;
    height: 24px;
    background: url(images/checkbox.png) no-repeat center center transparent;
    position: absolute;
    left: -26px; }
  .event-pricing-table .buttons {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    right: 0; }
  .event-pricing-table .button {
    border: none;
    background: #e5e4e4;
    border-radius: 4px;
    color: #002244;
    line-height: 36px;
    height: 36px;
    font-weight: 500;
    padding: 0 15px;
    -webkit-box-shadow: inset 0 -5px 5px rgba(120, 120, 120, 0.5);
    -moz-box-shadow: inset 0 -5px 5px rgba(120, 120, 120, 0.5);
    box-shadow: inset 0 -5px 5px rgba(120, 120, 120, 0.5); }
  .event-pricing-table .button span {
    font-weight: 400; }
  .event-pricing-table .button:hover {
    background: #dbdada;
    opacity: 1;
    color: #002244; }
  .event-pricing-table .button:first-child {
    margin-bottom: 8px; }
  .event-pricing-table .col-1 .button.colored {
    background: #f2e844; }
  .event-pricing-table .col-2 .button.colored {
    background: #70c6eb; }
  .event-pricing-table .col-3 .button.colored {
    background: #8cffa7; }
  .event-pricing-table .best {
    border: 0;
    margin: 0;
    overflow: hidden; }
    .event-pricing-table .best:before {
      background: #ffd800;
      color: #222;
      content: "Most Popular";
      display: block;
      font-size: 0.875rem;
      padding: 2px;
      position: absolute;
      right: -29px;
      top: 24px;
      transform: rotate(43deg);
      width: 150px;
      text-align: center; }

.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
  width: 22%; }
  @media all and (max-width: 768px) {
    .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
      width: 48%; } }

.yarpp-related .entry-title {
  font-size: 12px; }

.totalpoll-poll-container {
  padding: 10px;
  border: solid #e2e2e2;
  border-width: 0 1px 1px 1px; }

.widget.dp-social-icons .social-icons {
  margin-left: 0;
  padding-top: 10px; }
  .widget.dp-social-icons .social-icons a img {
    display: inline-block; }

img.img-widget-title {
  max-height: 23px;
  margin-bottom: 4px; }

.mrec-add-middle {
  margin-bottom: 20px;
  text-align: center; }
  .mrec-add-middle img {
    text-align: center;
    margin: 0px auto 30px; }
  .mrec-add-middle:before {
    content: 'Advertising';
    font-size: .75rem;
    color: #d6d6d6;
    display: block;
    text-align: center;
    margin: 0 auto; }
  .mrec-add-middle ins.dcmads {
    width: 100% !important; }
  .mrec-add-middle div[id*='dclk-studio-creative'] {
    width: 100% !important; }
  .mrec-add-middle .GoogleActiveViewClass {
    margin: 0 auto; }

.dp-content .page .title {
  margin-top: 0;
  background: #00589d;
  color: #fff;
  padding: 10px; }

.left-block {
  padding: 0 30px 0 0;
  margin-top: 30px; }
  .left-block ul {
    margin-top: 18px; }
    .left-block ul li {
      margin-bottom: 14px;
      font-size: 16px; }

p.thankyou-custom-text {
  font-size: 22px;
  margin-bottom: 50px;
  color: #c42931; }

.content .wp-caption {
  max-width: 100%; }

@media all and (max-width: 520px) {
  .content .wp-caption.alignleft, .content .wp-caption.alignright {
    width: 100% !important; }
  .content .wp-caption.alignleft img, .content .wp-caption.alignright img {
    width: 100% !important; }
  .content .alignleft, .content .alignright {
    width: 100% !important; } }

.subscibe-form-modal {
  background: #00599d;
  border-radius: 0.5rem;
  border: 0; }
  .subscibe-form-modal .close-button, .subscibe-form-modal .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
  .subscibe-form-modal .close-button {
    position: absolute;
    color: #28b7c4;
    cursor: pointer;
    padding: 0.5rem 1rem; }

.sign-in-form {
  padding: 1rem 1.5em;
  border-radius: .5rem;
  background-color: #00599d; }
  .sign-in-form h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    margin-bottom: 0;
    font-family: 'Bitter',serif; }
  .sign-in-form h4 {
    color: white;
    margin-bottom: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem; }
  .sign-in-form label {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0.8rem; }
  .sign-in-form input {
    color: #000; }

.sign-in-form-input {
  border-radius: 30px !important;
  border: none;
  transition: all ease .4s; }

.sign-in-form-button {
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  padding: 1rem;
  margin-top: 16px;
  transition: all ease .4s; }
  .sign-in-form-button:hover {
    background-color: #44c8ed;
    border-color: #44c8ed; }

.subscibe-form-modal.reveal-modal {
  max-width: 600px;
  width: 100%; }

input.wpcf7-form-control.wpcf7-submit {
  padding: 0 2rem;
  height: 2.5rem; }

/*
================================================
Yop Poll CSS
================================================
 */
.parent label:before {
  content: "\f132";
  font-family: "dashicons";
  padding-right: 5px; }

.child label {
  display: none; }

.child.selected label {
  display: block; }

.child.selected label {
  margin-top: -15px !important;
  border-radius: 0 0 15px 15px !important;
  padding-top: 15px !important; }

.child.selected label input {
  width: 100%;
  border-radius: 15px; }

.parent .selected:before {
  content: "\f460";
  font-family: "dashicons";
  padding-right: 5px; }

.result-bar-wrapper > div > div {
  background: #3db7c2; }

.yop-poll-name {
  display: none; }

.basic-yop-poll-container .basic-inner {
  padding: 0; }

.basic-question-title {
  font-weight: bold;
  font-size: 1rem !important;
  margin-bottom: 15px !important; }

.basic-answers input[type="radio"] {
  display: none !important; }

.basic-yop-poll-container .basic-answers .basic-label {
  padding: 7px 12px;
  width: 100%;
  border: 2px solid #3db7c2;
  color: #3db7c2;
  font-weight: bold;
  border-radius: 15px;
  font-size: 15px !important;
  display: block; }

@media only screen and (min-width: 40.063em) and (max-width: 61.313em) {
  .basic-yop-poll-container .basic-answers .basic-label {
    float: left;
    width: 60%; } }

.basic-yop-poll-container .basic-answers label.selected,
.basic-yop-poll-container .basic-answers .child.selected label,
.basic-yop-poll-container .basic-answers .child.selected label:hover,
.basic-yop-poll-container .basic-answers label:hover {
  border: 2px solid #1e599d;
  color: #ffffff;
  background: #1e599d; }

.basic-yop-poll-container .basic-answers.after-vote li label {
  padding: 0;
  border: none; }

.basic-yop-poll-container .basic-answers.after-vote label:hover {
  padding: 0;
  border: none;
  background: none; }

.basic-yop-poll-container .basic-vote-button {
  width: 100%;
  font-weight: bold;
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px 20px !important;
  height: auto;
  background-color: #000 !important;
  margin-top: 15px;
  box-shadow: none !important;
  font-style: normal;
  border-radius: 8px !important;
  border: 2px solid #000 !important; }

.basic-yop-poll-container .basic-vote-button:hover {
  background-color: #ffffff !important;
  color: #000000 !important; }

.basic-other-answer .basic-input-text input[type='text'] {
  width: 100% !important;
  margin: 0 !important; }

.basic-other-answer .basic-input-text input[type='text']:focus {
  box-shadow: none !important;
  border: none !important; }

/*Temporary fix for adrotate top ad dropping issue*/
.textwidget .a-single p {
  margin: 0; }

.basic-yop-poll-container {
  z-index: 10; }

.basic-yop-poll-container .basic-results-button,
.basic-yop-poll-container .basic-back-to-vote-button {
  float: right;
  padding: 0;
  border: none;
  color: #222222; }

.basic-yop-poll-container .basic-results-button:hover,
.basic-yop-poll-container .basic-back-to-vote-button {
  background: none;
  text-decoration: underline; }

.basic-yop-poll-container .basic-answers,
.basic-yop-poll-container .results-basic-answers {
  margin-left: 0; }

.basic-yop-poll-container .basic-answer .basic-text {
  padding: 0; }

.basic-yop-poll-container .basic-question {
  margin-top: 0; }

.basic-yop-poll-container .basic-vote {
  margin-bottom: 20px; }

.results-basic-answers .progress {
  background-color: #f5f5f5 !important; }

.results-basic-answers .results-details {
  margin-left: 15px; }

.basic-other-answer .selected.basic-label {
  padding-bottom: 52px !important; }

.basic-other-answer input.basic-input-text {
  width: 100%;
  display: none; }

.basic-other-answer .selected input.basic-input-text {
  display: block; }

.widget .bootstrap-yop {
  border: 1px solid #e2e2e2; }

/*===============End: Yop Poll CSS==================*/
/*===============Start: Subscription Popup==================*/
.subscription-popup {
  top: 20%;
  position: fixed;
  display: none;
  z-index: 1000;
  visibility: inherit; }

.subscription-popup.show-popup {
  display: block; }

.logged-in .subscription-popup.show-popup {
  display: none; }

/*===============End: Subscription Popup==================*/
/*========Start: Subscribe Form================*/
#wppb_general_top_error_message {
  color: #ff0000; }

/*========End: Subscribe Form===================*/
/*========Start: Fix menu overflowing issue================*/
@media only screen and (min-width: 61.313em) {
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #00599d;
    line-height: 2.5rem;
    padding: 0 0.525rem; } }

/*========End: Fix menu overflowing issue================*/
