/* Minification failed. Returning unminified contents.
(747,118): run-time error CSS1030: Expected identifier, found ' '
 */
/************************
* Resets *
************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}

html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}

/*------ prevent focus zoom on mobile ------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px!important; }
}

/*------typography, etc.------*/
body{margin:0; font-family: 'Montserrat', sans-serif; font-size:16px; line-height:1.5em; color:#333333; font-weight:300; background:#0d1f2b;}

html, body, .home form {height: 100%;}

p {margin:0 0 1.5em;}

a {color: #1c3c6d;}
	a:hover, a:focus { color: #1c3c6d; text-decoration: none;}
	
a:hover img, a:link img, a:visited img { border: none;}

img {max-width:100%;}

h1, .h1 {font-size:2.8em;font-weight:300; line-height:1.1em; margin-bottom:.75em;}
	h1::after { display: block; content: ''; width: 50px; height: 5px; background: #b4bd34; margin:.5em 0; }
h2, .h2 {font-size:1.9em;line-height:1.3em;margin-bottom:1em;font-weight:700;color:#004376;text-transform:capitalize;}
h3, .h3 {font-size:1.4em;line-height:1.3em;margin-bottom:1em;font-weight:300;color:#004376;}
h4, .h4 {font-size:1.2em;margin-bottom:.75em;line-height:1.4em;font-weight:500;}
h5, .h5 {font-size:1.1em;margin-bottom:.5em;font-weight:500;}
h6, .h6 {font-size:1.1em;margin-bottom:0;font-weight:500;}

p+div, p+fieldset{margin-top:1.5em;}
p+ul, p+ol {margin-top:-.125em;margin-bottom:1.5em;}
p+h2, ul+h2, ol+h2, aside+h2, p+h3, ul+h3, ol+h3, aside+h3, p+h4, ul+h4, ol+h4, aside+h4, p+h5, ul+h5, ol+h5, aside+h5, p+h6, ul+h6, ol+h6, aside+h6{margin-top:1.25em;}

.text_bigger {font-size: larger; line-height: 1.5;}

.lead {font-size:1.5em; line-height:1.4em; font-family: 'Montserrat', sans-serif; font-weight: 300; margin-bottom:1.25em;}

address {margin-bottom:1.5em;}
hr {color: #ddd;background-color: #ddd;height:1px;border: 0;width: 100%;margin:2.5em 0; clear:both;}

cite {margin:.5em 0 0 0; display:block; font-weight:300; font-size:.9em; font-style:normal;}

blockquote {font-size:1.4em; line-height:1.3em; font-weight:300; color:#1c3c6d; margin:2.5em 0; padding-left:2em; border-left:10px solid #b4bd34; }
	blockquote p {margin-bottom:1.5em}
blockquote cite {color:#1c3c6d; margin:.5em 0 0 0; display:block; font-weight:500; font-size:.7em; font-style:normal;}
	
sup, sub{line-height:1em;}
strike {color:#999;}

iframe{margin:0 auto 1.5em auto;display:block;width:100%;}

code {font-size:1em;background:rgba(0,0,0,.085);border-radius:4px;padding:0 3px;}
pre code {display:block;background:#f4f6f9;font-family: Monaco, monospace;border:1px solid #DDD;-moz-border-radius:4px;border-radius:4px;margin-bottom:2.5em;overflow:auto;width:100%;padding:1em;font-size:1.25em;}
pre {white-space: pre; padding:0;font-size:12px;line-height:1.4em;}

aside, figure {float:right;margin:0 0 1em 2.5%;width:33%;background:#eee;padding:1em;font-size:.75em;line-height:1.333em;}
aside img, figure img{margin:0 0 1em;}

dl {margin-bottom:1em;}
dt {font-weight:500;}

strong {font-weight:500;}

.mobile {display:none;}

.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }
.center {text-align:center;}

.skip { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } 
.skip:focus { position:static;  width:auto;  height:auto; margin:.5em .5em; font-size:.9em;} 

.disclaimer {font-size:.85em;line-height: 1.5em}

.text_primary {color:#333333;}
.text_secondary {color:#ffffff;}

/************************
* Structure *
************************/

.first {float:left;margin-right:3.5%;}
.middle {float:left;margin-right:3.5%;}
.last {float:right;}

/*------widths------*/

.group {margin-bottom:1.5em;}
.group:last-child {margin-bottom:0;}

.group_1of2, table.table_structure_2x td {width:48.25%;}

.group_1of3, table.table_structure_3x td{width:31%;}
.group_2of3 {width:65.5%;}

.group_1of4, table.table_structure_4x td {width:22.375%;}
.group_3of4 {width:74.125%;}

.group_1of5 {width:17.2%;}
.group_2of5 {width:37.9%;}
.group_3of5 {width:58.6%;}
.group_4of5 {width:79.3%;}

.group_1of6 {width:13.75%;}
.group_5of6 {width:82.75%;}

.group_1of7 {width:11.28571428571429%;}
.group_2of7 {width:26.07142857142858%;}
.group_3of7 {width:40.85714285714287%;}
.group_4of7 {width:55.64285714285716%;}
.group_5of7 {width:70.42857142857145%;}
.group_6of7 {width:85.21428571428574%;}

.group_1of8 {width:9.4375%;}
.group_3of8 {width:35.3125%;}
.group_5of8 {width:61.1875%;}
.group_7of8 {width:87.0625%;}

/*------sections / wrappers------*/
.wrapper {margin:0 auto; max-width:1200px; padding:0 30px; position:relative;}
section.section_primary {padding:3em 0;border-bottom:1px solid #ddd;}
section.section_secondary {padding:3em 0;border-bottom:1px solid #ddd;}
.section_hero {border-bottom:1px solid #ddd;background:#f4f6f9;}
	.section_hero .wrapper{max-width:1400px;padding:0;}

/*------homepage banner------*/
.banner {position:relative; color:#fff; background:#1c3c6d; }
.banner .wrapper:after {content: ""; position: absolute; bottom: 50px; left:50%; margin-left:-50px; border-left: 50px solid transparent; border-right: 50px solid transparent; border-top: 40px solid rgba(36, 63, 105, 0.9);}
.banner_img {height:660px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.banner_content {position:absolute; bottom:90px; left:0; width:60%; padding:2em 2em; background: rgba(36, 63, 105, 0.9); z-index:1; color:#fff;}
.banner_content h1 {font-size:1.6em; line-height:1.4em; margin:0;}
	.banner_content h1::after { margin:1em auto; margin-left:0; }
.banner_content h2 {color:#fff; font-size:1.3em; font-weight:300; line-height:1.5em; margin-bottom:0; text-transform:none;}
.banner_mask { position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; }
.banner_mask:before, .banner_mask:after { border-bottom: 40px solid #fff; content: " "; display: block; height: 0; position: absolute; top: 0; width: 50%; box-sizing: border-box; }
.banner_mask:before { border-left: 0 none; border-right: 50px solid transparent; left: 0; }
.banner_mask:after { border-left: 50px solid transparent; border-right: 0 none; right: 0; }

/* --- global media object --- */
.media{display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;}
.media_body{-ms-flex: 1;flex: 1;min-width: 0;-ms-word-break: break-all;overflow-wrap: break-word;word-wrap: break-word;}
.media_right{-ms-flex-negative: 0;flex-shrink: 0;margin-left: .75rem;}
.media_left {margin-left: 0;margin-right: .75rem;}
	/* --- no support for flex, .no-flexbox added with Modernizr--- */
	.no-flexbox .media {display:table;width:100%;}
	.no-flexbox .media_body, .no-flexbox .media_right, .no-flexbox .media_left{display:table-cell;}
	.no-flexbox .media_right{float:right;}

/*------site header------*/
.site_header {background:#fff; -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); position:relative; z-index:2;}
.site_header a.logo {margin:30px 40px 30px 0; background: url(/images/logo.png); background-repeat: no-repeat; background-position: top left; background-size: 234px 35px; width: 234px;height: 35px; float: left; display: block; border:0;}

/*------rotator banner------*/
.rotator_banner {position:relative; z-index:0; background:#eee; text-align:center; }
.rotator_banner .rotator_banner_img {height:300px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.rotator_banner .rotator_banner_content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index:1;}
.rotator_banner .heading {display:block; font-weight:500; font-size:1.8em; line-height:1.1em; margin-bottom:.25em;}
.rotator_banner .description {display:block; font-size:1.2em; margin-bottom:.5em;}
	
/*------site footer------*/

.site_footer {background:#0d1f2b; color:#fff; font-weight:300;}
.site_footer a {color:#fff; text-decoration:none;}
.site_footer a:hover, .site_footer a:focus {text-decoration:underline;}
.site_footer ul {padding:0; margin-top:0; list-style:none;}

.site_footer .top_work {width:234px; margin:.5em 0 1em 0; position:absolute; bottom:50px; left:30px;}

.site_footer a.logo {margin-bottom:1.5em; background: url(/images/logo-white.png); background-repeat: no-repeat; background-position: top left; background-size: 234px 35px; width: 234px;height: 35px; display: inline-block; border:0;}

.site_footer .newsletter {padding:2em 30px; font-size:1.2em; line-height:1.6em; border-bottom: 1px solid rgba(255,255,255,0.2);}
.site_footer .newsletter p:last-child {margin-bottom:0;}
.site_footer .newsletter a {color:#c0d4e5; font-weight:400; text-decoration:underline;}
.site_footer .newsletter a:hover, .site_footer .newsletter a:focus {text-decoration:none;}

.site_footer .wrapper {padding:3em 30px; line-height:2.1em;}

.site_footer .last {text-align:right;}

.site_footer .social a {border:0;}
.site_footer .social li {display:inline-block; margin-right:1em; vertical-align: top;}
.site_footer .social li:last-child {margin-right:0; margin-top:1px;}
.site_footer .social li:last-child i {font-size:1.525em; color:#0d1f2b; background:#fff; padding:2px 4px 2px 4px; -moz-border-radius:6px; border-radius:6px;}
.site_footer .social li .blog {background: url(/images/shazam-blog.png); background-repeat: no-repeat; background-position: top left; background-size: 38px 32px; width: 38px;height: 32px; display: block; border:0;}

.site_footer .legal {font-size:.85em;}
.site_footer .legal a {text-decoration:underline;}
.site_footer .legal a:hover, .site_footer .legal a:focus {text-decoration:none;}

.site_footer .acrobat {font-size:.8em; line-height:1.5em;}
.site_footer .acrobat a {display:block; margin-top:.75em; border:0;}

.top_site {position:fixed; bottom:20px; right:30px; z-index:700000; display:none;}
.top_site a { color:#777; color: rgba(119,119,119,.6); border:0;}
.top_site a:hover { border:0;}

/************************
* Navigation *
************************/

/* Primary Navigation Resets and Defaults*/
nav.nav_primary {float:left; margin-top:35px;}
	nav.nav_primary ul {list-style:none; margin:0; padding:0;}
	nav.nav_primary ul.parent > li {display:inline-block; margin-right:1.75em;}
	nav.nav_primary ul.parent > li.nav_mobile {display:none;}
	nav.nav_primary ul.parent > li > a {display:block; font-size:1.1em; font-weight:500; text-decoration:none;}
	
nav.nav_primary ul.parent li.drop_mega { position: static;}
nav.nav_primary ul.parent > li > ul {display:none; background:#0d1f2b; position: absolute; left: 0; top:70px; width: 100%; padding:2.5em 2.5em; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0,0,0,0.3); border-bottom:5px solid #b4bd34; z-index:3; color:#fff;}
nav.nav_primary ul.parent > li > ul a {color:#c0d4e5; text-decoration:none;}
	nav.nav_primary ul.parent > li > ul a:hover, nav.nav_primary ul.parent > li > ul a:focus {text-decoration:underline;}
nav.nav_primary ul.parent > li > ul .h4 { color:#fff; font-size:.9em;}
nav.nav_primary ul.parent > li > ul .h4 a { color:#fff; }
nav.nav_primary ul.parent > li > ul .h4::after { display: block; content: ''; width: 40px; height: 5px; background: #b4bd34; margin:1em 0; }
nav.nav_primary ul.parent li.drop_mega > ul > li ul li {margin-bottom:.5em;}
nav.nav_primary ul.parent li.drop_mega > ul > li ul li:last-child {margin-bottom:0;}

nav.nav_primary ul.parent li.drop_nav > ul {background:#0d1f2b; position: absolute; left:365px; top:70px; width: 300px; padding:2em 2em; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0,0,0,0.3); border-bottom:5px solid #b4bd34; z-index:3; color:#fff;}
nav.nav_primary ul.parent li.drop_nav > ul > li { margin-bottom:.5em;}
nav.nav_primary ul.parent li.drop_nav > ul > li:last-child {margin-bottom:0;}
nav.nav_primary ul.parent li.drop_nav > ul > li a { color:#fff;}

nav.nav_primary img {display:block; border:none!important;}
	
/*------secondary navigation------*/
nav.nav_secondary {float:right; margin-top:36px;}
nav.nav_secondary ul {margin:0; padding:0; list-style:none;}
	nav.nav_secondary > ul > li {display:inline-block;margin-right:1.5em;}
	nav.nav_secondary > ul > li:last-child {margin-right:3em;}
	nav.nav_secondary > ul > li > a {color:#333; text-decoration:none;}
	
	.searchtoggle {position:absolute; right:30px; top:36px; border:0;}
	.searchtoggle:hover {border:0;}
	
	nav.nav_secondary ul.parent > li {position:relative;}
	nav.nav_secondary ul.parent > li > ul {display:none; background:#0d1f2b; position: absolute; right:-50px; top:30px; width: 300px; padding:2em 2em; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0,0,0,0.3); border-bottom:5px solid #b4bd34; z-index:3; color:#fff;}
	nav.nav_secondary ul.parent > li > ul > li { margin-bottom:.5em;}
		nav.nav_secondary ul.parent > li > ul > li:last-child {margin-bottom:0;}
	nav.nav_secondary ul.parent > li > ul a { color:#fff; text-decoration:none;}
	nav.nav_secondary ul.parent > li > ul a:hover, nav.nav_secondary ul.parent > li > ul a:focus {text-decoration:underline;}
	nav.nav_secondary ul.parent > li > ul a.btn-white {color:#0d1f2b;}
	nav.nav_secondary ul.parent > li > ul a.btn-white:hover, nav.nav_secondary ul.parent > li > ul a.btn-white:focus {color:#0d1f2b; text-decoration:none;}
	
	nav.nav_secondary .login li:first-child {font-size:.85em; font-weight:300; margin-bottom:1em;}	
	
/*----------nav overlay-------*/
.nav_overlay_btn {display:none; position:absolute; top:18px; right:25px; padding:.25em .25em; color:#1c3c6d; font-size:20px; border:0;}
.nav_overlay_btn:hover {border:0;}
.nav_overlay_btn.show {display:block;}	

.nav_overlay {height: 100%; width: 100%; padding:0 4%; background:#0d1f2b; position:fixed; overflow:auto; display: none; z-index: 100; -webkit-overflow-scrolling: touch; color:#fff;}
.nav_overlay::-webkit-scrollbar {display:none;}
.nav_overlay a {border:0;}
.nav_overlay .h4 {font-size:.9em; color:#fff; padding:25px 0 19px 0; margin-bottom:0; text-align:center; letter-spacing:10px; text-transform:uppercase;}
.nav_overlay ul {margin: 0 0 4em 0; padding: 0;}
.nav_overlay > ul li {list-style: none; border-bottom: 1px dotted rgba(255,255,255,0.3)}
.nav_overlay > ul li:first-child {border-top: 1px dotted rgba(255,255,255,0.3)}

.nav_overlay ul li a {color: #c0d4e5; text-decoration: none; display: block; font-size: 23px; padding: 15px; text-align:center;}
.nav_overlay_close {display: block; color: #fff; text-decoration: none; position: absolute; right: 0; top: 0px; font-size: 30px; text-align: right; padding:16px 28px 16px 38px; }
.nav_overlay_close:hover {color:#fff;}

.nav_overlay ul li > ul {margin:0;padding:0;display:none;}
.nav_overlay ul li ul li {border-top:none;border:0!important}
.nav_overlay ul li > ul li a {font-size:1.2em;padding: 10px;color:#FFFFFF; }
.nav_overlay ul li ul li:last-child {margin-bottom:1.5em}

.nav_overlay .login li:first-child {text-align:center; font-size:.9em; font-weight:300; margin-bottom:1em;}	
.nav_overlay .login a.btn-white {color:#0d1f2b; margin-bottom:.5em;}

.nav_overlay ul li > ul li > ul li a {font-size:1em; padding: 10 14px; -moz-border-radius:4px;border-radius:4px; margin-bottom:.25em; background:rgba(255,255,255,0.1);}
	
/*------section navigation (vertical)------*/ 
.nav_section {background-color: #fff;}
.nav_section a { text-decoration:none; }
.nav_section .h4 {font-size:.9em; }
.nav_section .h5 {font-size:.9em; }
.nav_section > ul {margin:.5em 0 2em 0; list-style: none; padding:0; border: none; font-size:1.1em;}
	.nav_section > ul > li {}
	.nav_section > ul > li a {display:block; padding:.5em .75em; color:#333; border-bottom:1px solid #ddd;}
	.nav_section > ul li a:hover {background-color:#eee; border-bottom:1px solid #bbb; color:#333;}
	.nav_section > ul .selected {position:relative; background-color:#1c3c6d; color:#fff;}
		/*------nested------*/ 
		.nav_section > ul ul {list-style: none; font-size:.8em; padding:0;}
		.nav_section > ul ul a {padding:.325em 1.5em;}
 		.nav_section ul .selected_parent {font-weight:500;}
		
/*------paging, crumbs, tags (articles)------*/ 
nav.page ul {text-align: center;padding:0;}
	nav.page ul li {display: inline; margin: 0 4px 0 0;}
	nav.page ul li a {padding: 4px 8px;font-size:.8em;font-weight: 500; border-radius: 4px; background:#ddd;border:0;color:#333;}
	nav.page ul li a:hover,nav.page ul li a:focus, nav.page ul li a:active, nav.page ul li a.current {color:#fff; background: #333}
	nav.page ul li a:active:hover, nav.page ul li a.current:hover {color: #fff;}
	
nav.breadcrumb {background:#fff; font-size:0.8em; padding-top:3em;}
	nav.breadcrumb a {margin: 0 5px; color: #333;}
	nav.breadcrumb a:first-child {margin-left: 0;}
	nav.breadcrumb a:hover, nav.breadcrumb a:focus {color: #333;}
	nav.breadcrumb a:active {color: #333;}
	nav.breadcrumb strong {margin-left: 5px; font-weight: 500; color: #333;}
	
ol.tags {list-style:none;padding:0;margin:0 0 1.5em;}
	ol.tags li {float: left;margin: 0 6px 5px 0;}
	ol.tags li a {padding: 4px 8px;font-size:.8em;font-weight: 500; border-radius: 4px; background:#ddd;border:0;color:#333;}
	ol.tags li a:hover, ol.tags li a:focus {color:#fff; background: #333}
	ol.tags li a:active {color:#fff; background: #333}

/************************
* Content *
************************/

.main_content {padding:4em 0; background-color:#fff;}
.main_content .group .group_2of3.last {min-height:600px;}
	
a:hover img, a:link img, a:visited img { border: none;}

.services h3, .stats h3, .news_feed h3 {font-size:1.7em; margin-bottom:1.5em;}

.services.panel {padding:4em 0 6em 0;}
.services ul {margin:0 0 1.5em 0; padding:0; list-style:none;}
.services ul li {float:left; display:block; width:33.3%;}
.services ul li a {position:relative; display:block; height:260px; border:1px solid #ddd; margin:1em 1em 1em 1em;}
.services ul li a .front {margin-bottom:0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0 5%; width:90%;}
.services ul li a .front img {margin-bottom:1.5em; width:70px;}
.services ul li a .front .h4 {margin-bottom:0; display:block;}
.services ul li a .back {display:none; position:absolute; width:100%; height:100%; color:#fff; background:#0d1f2b; z-index:2; top:0; left:0; text-align:center; }
.services ul li a .back > span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size:.9em; width:90%; font-weight:300;}
.services ul li a .back > span .h4 {color:#c0d4e5;}
.services ul li a .back > span .h4::after { display: block; content: ''; width: 40px; height: 5px; background: #b4bd34; margin:1em auto; }
.services ul li a .back > span p:last-child {margin-bottom:0;}
.services ul li a:hover .back {display:block;}
.services ul li a:hover .front {display:none;}

.services.large_img ul li a .front img {margin-bottom:1.5em; width:auto; max-width:100%; max-height:100%;}

.flipInY { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
	@-webkit-keyframes flipInY {
  0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
  }
  @keyframes flipInY {
  0% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; opacity: 0; }
  } 

.stats td p {margin-bottom:1.5em;}
.stats td span {font-size:4.5em; line-height:1.2em; display:block; letter-spacing:-4px;}

.mission .wrapper {padding:4em 10%;}
.mission h3 {font-size:1.7em;}

.categories.flex_grid {justify-content: center; text-align:center;}
.categories .flex_item {border:none; color:#333; text-decoration:none;}
	.categories .flex_item:hover .category_head, .categories .flex_item:focus .category_head { text-decoration:underline;}
.categories .category_img {display:block; margin-bottom:1em;}
	.categories .category_img img {width:70px;}
.categories .category_head {font-size:1.5em; font-weight:700;}
	.categories .category_summary {margin-top:1em; display:block;}
	
.jump_links {padding-bottom:1em; margin-bottom:1.5em; border-bottom:1px solid #ddd;}
.jump_links .h4 {font-size:.9em;}
.jump_links .h4:before { font-family: FontAwesome; content: "\f149"; display: inline-block; padding-right: 8px;}
.jump_links ul {padding:0; list-style:none;}
.jump_links ul li {display:block; float:left; border-right:2px solid #fff; border-bottom:2px solid #fff; text-align:center;}
.jump_links ul li a {display:block; font-weight:500; padding:.5em 1em; background:#ddd; color:#333; border:0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.jump_links ul li a:hover {background:#333; color:#fff;}

.accordion { list-style: none; padding: 0; margin: 0; background: #fff;margin-bottom: 1.5em}
.accordion .category > div { display: none; margin:1em 1em;}
.accordion .category > a {display: block; margin:0 0 2px 0; font-weight:500; border:none; text-decoration:none; background:#eee; font-size:inherit; color:#333; padding:.5em 1em; cursor:pointer; border-bottom:2px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.accordion .category > a:hover {background:#003C4C; color:#fff; }
.accordion .fa-plus-square-o, .accordion .fa-minus-square-o {display:none;}
.accordion .closed .fa-plus-square-o, .accordion .open .fa-minus-square-o {display:inline-block; margin-right:.5em; color:#1c3c6d;}
.accordion a:hover .fa-plus-square-o, .accordion a:hover .fa-minus-square-o {color:#fff;}
.accordion_list {margin: 0; padding: 0; list-style: none;}
.accordion_list li {padding-bottom:.75em; border-bottom: 1px solid #ddd; margin-bottom:.75em;}
.accordion_list li:last-child {padding-bottom:0; border-bottom: none; margin-bottom:0;}

.author_image {margin-bottom:1em;}

.author_summary p:last-child {margin-bottom:0}

.article_footer {border-top:1px solid #CCC; padding-top:2.5em; margin-top:2.5em;}
.article_footer img {width:100px; float:left; margin: 0 1em 0 0;}

.addthis_inline_share_toolbox {margin-bottom:1em;}

.well {display:block; padding:1.5em 1.5em; background:#FFF; border:1px solid #ddd; margin-bottom:2em;}
.platform {font-weight:500; display:block; padding:1.5em 1.5em; border:1px solid #ddd; background:#fff; -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);margin-bottom:2em;}
.platform strong {font-weight:700;}

.item_image {margin-bottom:.5em;}
.item_title {font-size:1.25em;margin-bottom:.5em;}
.item_description {margin-bottom:.5em;}

/*------Insets & Outsets ------*/
.inset {padding:2rem;}

.inset_right_large {padding-right:4rem;}
.inset_right {padding-right:2rem;}
.inset_right_small {padding-right:.5rem;}

.inset_left_large {padding-left:4rem;}
.inset_left {padding-left:2rem;}
.inset_left_small {padding-left:.5rem;}

.inset_top_large {padding-top:4rem;}
.inset_top {padding-top:2rem;}
.inset_top_small {padding-top:.5rem;}

.inset_bottom_large {padding-bottom:4rem;}
.inset_bottom {padding-bottom:2rem;}
.inset_bottom_small {padding-bottom:.5rem;}

.outset {margin:2rem;}

.outset_right_large {margin-right:4rem;}
.outset_right {margin-right:2rem;}
.outset_right_small {margin-right:.5rem;}

.outset_left_large {margin-left:4rem;}
.outset_left {margin-left:2rem;}
.outset_left_small {margin-left:.5rem;}

.outset_top_large {margin-top:4rem;}
.outset_top {margin-top:2rem;}
.outset_top_small {margin-top:.5rem;}

.outset_bottom_large {margin-bottom:4rem;}
.outset_bottom {margin-bottom:2rem;}
.outset_bottom_small {margin-bottom:.5rem;}

/*------Spinternet Defaults ------*/
.page_banner {margin-bottom:2em;;}
.page_video {font-size:.9;line-height:1.666em; margin-bottom:2em;}
	.page_video .fluid_video{margin-bottom:0;}
	.page_video .last{margin-left:1em;}

img[align=left], img.img_left{float:left;margin:0 1em 1em 0;max-width:30%;}
img[align=right], img.img_right{float:right;margin:0 0 1em 1em;max-width:30%;}
	
.fluid_video{margin-bottom:1.5em;}

.fluid_map {width: 100%;height: 0;padding-top: 60%;position: relative; margin-bottom:1.5em;}
	.fluid_map iframe {width: 100%;height: 100%; position: absolute;top: 0; right: 0;left: 0; bottom: 0; }
	.fluid_map img {max-width: none;}/*-- fixes max-width conflict in Google API maps --*/
	
	ul.login_links {position: fixed; top: 0; right: 0; margin: 0; padding: 4px; list-style: none; font-size: 12px;}
	.login_links  li{float: right; margin-left: .5em;}
	.login_links  li > a{line-height: 1; padding: .333em .5em; text-decoration: none; background-color: #888; background: rgba(0,0,0,.5); border: 1px solid #666; -moz-border-radius: 4px; border-radius: 4px; color: #FFF;}

/*------Locations------*/
.location_results {padding:1em;border:1px solid #CCC;font-size:.875em;}
	.location_results ol{list-style:none;margin:0;padding:0;line-height:1.5em;width:100%;}
	.location_results ol li{list-style:none;margin:0;display:inline-block;width:100%;}
	.location_results ol li div{float:left;width:80%;}
	.location_results img{float:left;margin-right:5%;max-width:15%;}

/*------video container ------*/
.video_link {display:block; margin-bottom:1em;}
.video_link .video_thumb {position:relative; display:block; margin-bottom:.5em; }
.video_link .video_play {position:absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); color:rgba(255,0,0,0.80); font-size:5em; line-height:1em;}
.video_link:hover .video_play {color:rgba(255,0,0,0.40);}
	
/*------icons (added with selectors.js) ------*/

a[href$="pdf"]:after {content:' (.pdf)'; font-size:.8em;}
a[href$="xls"]:after {content:' (.xls)'; font-size:.8em;}
a[href$="csv"]:after {content:' (.csv)'; font-size:.8em;}
a[href$="doc"]:after {content:' (.doc)'; font-size:.8em;}
a[href$="docx"]:after {content:' (.docx)'; font-size:.8em;}
a[href$="ppt"]:after {content:' (.ppt)'; font-size:.8em;}

/*------text options------*/

.text_cooler {color:#0066CC;}
.text_success {color:#009933;}
.text_warmer {color:#f78d1d;}
.text_danger, .ecom-error {color:#b94a48;}

.text_smaller {font-size:.75em;}
.text_small {font-size:.875em;}
.text_large {font-size:1.25em;line-height:1.5em;}
.text_larger {font-size:1.5em;}
.text_largest {font-size:1.75em;}

/*------highlighting / alerts------*/

.alert_banner {background:#b4bd34; color:#333; padding:1.25em 1em; margin-bottom:0; font-size:.9em; font-weight:300; line-height:1.6em;}
.alert_banner p:last-child {margin-bottom:0;}
.alert_banner a {color:#000; font-weight:400;}
.alert_banner .btn {padding:0!important; border:none; background:none; margin:0 0 0 3em; float:right; color:#333;}
.alert_banner .btn:hover {border:none; background:none; color:rgba(0,0,0,0.4);}

.alert_white {background:#ffffff;}
.alert_royal {background:#1c3c6d;}
.alert_lime {background:#b4bd34;}
.alert_powder {background:#c0d4e5;}
.alert_gray {background:#5d6770;}
.alert_navy {background:#0d1f2b;}

.alert_royal, .alert_gray, .alert_navy, .alert_royal a, .alert_gray a, .alert_navy a, .alert_royal .btn, .alert_gray  .btn, .alert_navy  .btn {color:#fff;}
.alert_royal .btn:hover, .alert_gray  .btn:hover, .alert_navy  .btn:hover {color:rgba(255,255,255,0.4);}

.alert {padding:.5em 1em;color:#c09853;border:1px solid #fbeed5;background:#fcf8e3;font-size:.875em;border-radius:4px;margin:.25em 0 2em;}
	.alert p:last-child{margin:0;}
.alert.alert_success{color:#468847;border:1px solid #d6e9c6;background:#dff0d8;}
.alert.alert_danger{color:#b94a48;border:1px solid #eed3d7;background:#f2dede;}
/*.site_alert{z-index:4000; position:relative; top:0; left:0; padding:25px; background:#C00; color:#FFF; font-size:18px; font-weight:500;}
.site_alert a{color:#F1C411;}*/

/*------Flags------*/

.flag {z-index:1;min-width:40px;max-width:100%;background:grey;color:#fff;line-height:1.2em;padding:.5em;position:absolute;top:15px;left:-7px;font-size:.875em;}
  .flag:after {width: 0;height: 0;display:block;content:' ';border-top: 10px solid grey;opacity:.3;border-left: 7px solid transparent;position:absolute;bottom:-10px;left:0;}

.flag.flag_success {background:#288232;}
  .flag.flag_success:after{border-top-color: #288232;}

.flag.flag_danger {background:#b94a48;}
  .flag.flag_danger:after  {border-top-color: #b94a48;}

.flag.flag_cool {background:#06C;}
  .flag.flag_cool:after  {border-top-color: #06C;}

.flag.flag_warm {background:#f78d1d;}
  .flag.flag_warm:after  {border-top-color: #f78d1d;}


/* --- lists --- */
.list--horizontal {list-style:none;margin:0;padding:0;display:table;}
	.list--horizontal > li{width:auto;margin:0 2rem 0 0;display:inline-block;vertical-align:middle;}
	.list--horizontal > li:last-child{margin-right:0;}
	.list--horizontal.last > li:first-child{margin-right:0;}
	
	.list--horizontal.list--m--small > li{margin:0 1rem 0 0;}
	.list--horizontal.list--m--xsmall > li{margin:0 .5rem 0 0;}
	.list--horizontal.list--m--none > li{margin:0;}
	
.list--horizontal.last > li{margin:0 0 0 2rem;}
	.list--horizontal.list--m--small.last > li{margin:0 0 0 1rem;}
	.list--horizontal.list--m--xsmall.last > li{margin:0 0 0 .5rem;}

/* --- Definition Lists --- */	
.dl--horizontal {-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: start;
align-items: flex-start;
display: -ms-flexbox;
display: flex;max-width:400px;}

.dl--horizontal__label {width: 30%;padding-right: .75rem;margin:0;}
.dl--horizontal__detail {width: 70%;margin:0;}

.no-flexbox .dl--horizontal__label {display:inline-block;padding-right:0;}
.no-flexbox .dl--horizontal__detail {display:inline-block;width:68%;}

/*------rows and grid views (e-commerce, typically generated dynamically)------*/ 

.list {clear:both;margin:0 0 2em;}

.list_row {padding:0;}
.list_row > li {margin:0;display: table;border-collapse: collapse;width: 100%;float: left; margin-bottom:1.5em;}
.list_row .inner {display: table-row; border:none; }
.list_row .li-img {display: table-cell;vertical-align: top;width: 20%;padding-right: 1.5em; padding-bottom:1em;}
.list_row .li-img img {display: block;width: 100%;height: auto;}
.list_row .li-text {display: table-cell;vertical-align: top;width: 70%;padding:0 1em 1.5em 0;}
.list_row .li-head {font-weight: 400; margin-bottom: .5em; line-height:1.4em; font-size:1.2em; display:block; text-transform:capitalize;}
.list_row .li-summary {font-weight:300; font-size:.9em; line-height:1.4em; display:block; margin-bottom:1em;}
.list_row .li-action {font-size:.9em; font-weight:500;}
.posted_info {display:block; font-size:.9em; margin-bottom:1em; font-weight:500;}
.list_row .author {display:block; font-size:.9em; margin-bottom:1em; font-weight:500;}
.list_row > li.clear_even,.list_row > li.clear_third,.list_row > li.clear_fourth, .list_row > li.clear_fifth {width:100%;display:none;margin:0;}

.list_grid {padding:0; }
.list_grid > li {padding:0;margin-right:3.5%;margin-bottom:0em;display: block;float: left; }
.list_grid.list_2x > li {width:48.25%;}
.list_grid.list_3x > li {width:31%; }
.list_grid.list_4x > li {width:22.375%; }
.list_grid.list_5x > li {width:17.2%; }
.list_grid.list_6x > li {width:13.75%; }

.list_grid > li.clear_even, .list_grid > li.clear_third, .list_grid > li.clear_fourth,.list_grid > li.clear_fifth, .list_grid > li.clear_sixth {display:none; margin-bottom:2.5em; }/*---set up/style clears---*/ 
.list_grid.list_2x > li.even, .list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth, .list_grid.list_6x > li.sixth {margin-right:0;}/*---margin of last item---*/ 
.list_grid.list_2x > li.clear_even, .list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:block;width:100%;}/*---show clears---*/ 
	
.list_grid .inner {text-align:left; border:none; text-decoration:none;}
.list_grid .li-img {display:block; margin-bottom:1.5em;}
.list_grid .li-text {clear:both;display:block;}
.list_grid .li-head {font-weight: 400; margin-bottom: .75em; line-height:1.4em; font-size:1.2em; display:block; text-transform:capitalize; text-decoration:underline;}
.list_grid .inner:hover .li-head, .list_grid .inner:focus .li-head {text-align:left; border:none; text-decoration:none;}
.list_grid .li-summary {font-weight:300; font-size:.9em; line-height:1.4em; display:block; margin-bottom:1em;}
.list_grid .li-action {font-size:.9em; font-weight:500;}
	
/*------related content (often used in side column, or below main content)------*/ 

.related {list-style:none; padding:0; margin:0;}
.related h4 {font-size:.9em; margin-bottom:.75em; }
.related .related_item {padding:0;margin-bottom:2em;}
.related .related_item p:last-child {margin-bottom:0;}
.related .related_item *:last-child {margin-bottom:0;}

.related .related_item.related_html {margin-bottom:2em;}
	.related .related_item.related_html.cta  {padding:1.5em 1.5em; background:#b4bd34; color:#0d1f2b;}
	.related .related_item.related_html.cta a {font-weight:500; color:#0d1f2b;}
	.related .related_item.related_html.cta a:after { font-family: FontAwesome; content: "\f0da"; display: inline-block; padding-left: 8px; vertical-align: middle;}
.related .related_item.related_banner figure {float:none;width:auto; margin:0 0 0 0; font-size:.9em; line-height:inherit;}
.related .related_item.related_banner img {margin-bottom:.5em; }
.related .related_item.related_video {font-size:.9em;}
.related .related_item.related_video img {cursor:pointer;}
.related .related_item.related_video iframe {margin-bottom:.5em; font-size:.9em;}
.related .related_item.related_video .fluid_video {margin-bottom:.5em; }
.related .related_item.related_links {padding:1.5em 1.5em; background:#eee; border-radius:4px; margin-bottom:2em;}
.related .related_item.related_links ul {list-style:none; padding:0; margin:0; }
.related .related_item.related_links ul li {padding:.75em 0; border-bottom:1px solid #ddd; }
.related .related_item.related_links ul li:last-child {border-bottom:none; padding-bottom:0;}
	
/*------panels (often used to create different secions of content on the same page)------*/ 
	
.panel {position:relative; padding:6em 0; background-color:#fff; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center;}
.panel .wrapper > p:last-child {margin-bottom:0;}

.panel.panel_fixed {background-attachment:fixed;}

.interior_banner.panel {position:relative; padding:5em 0;}
.interior_banner.panel h1 {margin:0;}
.interior_banner.panel h1:after {margin:.625em auto;}
.interior_banner.panel h2 {font-size:1.1em; color:#fff; font-weight:400; margin:0; text-transform:none;}

.panel.panel_html {}	
.panel.panel_image {}
	.panel.panel_image .panel_image_img {position:relative;}
	.panel.panel_image .panel_image_img > img {width:100%;}
.panel.panel_testimonial {border-top:1px solid #ddd;}
	.panel.panel_testimonial blockquote {margin:0 3em;}
	.panel.panel_testimonial img {width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.panel.panel_shared {}
.panel.panel_video {}
.panel.panel_related {}

.panel .img_blend {position:absolute; top:0; height:100%; width:100%;}

.panel.left .img_blend {opacity: 0.7;background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);left:0;width:60%;}
.panel.right .img_blend {opacity: 0.7;background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);right:0;width:60%;}
.panel.cover .img_blend {background:rgba(255,255,255,0.7);left:0;right:0;top:0;bottom:0; color:#000;}

.panel.dark.left .img_blend {background-image: linear-gradient(-90deg, rgba(36, 63, 105,0.00) 0%, #1c3c6d 80%);}
.panel.dark.right .img_blend {background-image: linear-gradient(90deg, rgba(36, 63, 105,0.00) 0%, #1c3c6d 80%);}
.panel.dark.cover .img_blend {background:rgba(36, 63, 105, 0.8); color:#fff;}

.panel.dark, .panel.dark h3, .panel.dark a, .panel.dark h4  {color:#fff;}
.panel.dark a.btn {border-bottom:inherit; color:#0d1f2b;}

.panel .img_text {position:absolute; top:50%; transform:translateY(-50%); width:100%;}
.panel.left .img_text {left:7%; width:45%;}
.panel.right .img_text {right:7%; width:45%;}


/*------table structure (in editor template)------*/ 

table.table_structure_4x {width:100%;margin-bottom:1em;border-collapse:collapse;line-height:1.3em;display:block;}
	table.table_structure_4x tbody, table.table_structure_4x tr{display:block;width:100%;}
	table.table_structure_4x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_4x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	table.table_structure_4x td.clear {display:none;clear:both;width:100%;}

table.table_structure_3x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_3x tbody, table.table_structure_3x tr{display:block;width:100%;}
	table.table_structure_3x tr td{display:block;float:left;padding-bottom:.5em;line-height:1.4em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_3x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
table.table_structure_2x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_2x tbody, table.table_structure_2x tr{display:block;width:100%;}
	table.table_structure_2x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_2x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
	table.table_structure_2x tr td:last-child, table.table_structure_3x tr td:last-child, table.table_structure_4x tr td:last-child{margin-right:0;}/*margin matches column structure*/
	
	
/*------data tables (min-width for overflow on small devices, can be adjusted)------*/ 

table.table_data, table.table_list {background:#fff; overflow:auto;}
table.table_data thead th, table.table_list thead th {background:#eee; font-weight:500;padding:10px 10px;line-height:1.3em;text-align:left;}

.table_data {border-collapse:collapse;width:99.9%;font-size:.9rem;}
	.table_data td{padding:.5em .75em;border:1px solid #ddd;}
	.table_data td strong{white-space:nowrap;}

.table_list {border-collapse:collapse;width:99.9%;font-size:.9rem;}
	.table_list td{padding:.5em .75em;border-bottom:1px solid #DDD;border-right:1px solid #DDD;}
	.table_list td:last-child{border-right:0;}
	.table_list.table_stripe {border-top:0;}
		
	table.table_stripe tbody tr:nth-child(even) {background:#f4f6f9;background:rgba(193  195  198,.1);}
	table.table_condensed th{padding:.25em .5em;font-size:1rem;}
	table.table_condensed td{padding:.25em .5em;font-size:.875rem;}
	
table.table_data.table_light, table.table_list.table_light, table.table_data.table_clear, table.table_list.table_clear {background:none;}
table.table_data.table_light thead th, table.table_list.table_light thead th {background:none;border-top:1px solid #fff;border-left:1px solid #fff;border-bottom:1px solid #fff;}
table.table_data.table_light thead th:last-child, table.table_list.table_light thead th:last-child {border-right:1px solid #fff;}
.table_list.table_light td {border-bottom:1px solid #fff;border-right:1px solid #fff;}
.table_list.table_light td:first-child {border-left:1px solid #fff;}

table.table_data.table_clear thead th, table.table_list.table_clear thead th {background:none;border:none;}
.table_list.table_clear td {border:none;}

/* Flex Grid */

p + .flex_grid {padding-top:1.5em;}

.flex_grid { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; justify-content: flex-start; margin-bottom: 2em; }
.flex_grid .flex_item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; /* for IE */
padding: .75em 1.5em; margin-bottom: 2em; position: relative; }
/* Flex Grid border/no border widths */
.flex_grid.flex_8x > .flex_item { width: 12.5%;}
.flex_grid.flex_7x > .flex_item { width: 14.285%;}
.flex_grid.flex_6x > .flex_item { width: 16.666%;}
.flex_grid.flex_5x > .flex_item { width: 20%; }
.flex_grid.flex_4x > .flex_item { width: 25%; }
.flex_grid.flex_3x > .flex_item { width: 33.333%; }
.flex_grid.flex_2x > .flex_item { width: 50%;}

.flex_grid.flex_atypical > .flex_item_35 { width: 35%;}
.flex_grid.flex_atypical > .flex_item_65 { width: 65%;}

/* Flex Grid Borders */
.flex_grid.flex_borders { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.flex_grid.flex_borders .flex_item { border: 1px solid #ddd; margin: 0; border-bottom: 0; border-right: 0; }
/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin { border: 0; }
.flex_grid.flex_borders.flex_margin .flex_item { margin-right: 3%; margin-bottom: 1.5em; border: 1px solid #ddd; padding: 0;}

.flex_grid.flex_borders.flex_margin .flex_item .item_details { padding: .75em; padding-top: 0; }
.flex_grid.flex_5x.flex_margin .flex_item { width: 17.6%; }
.flex_grid.flex_4x.flex_margin .flex_item { width: 22.75%; }
.flex_grid.flex_3x.flex_margin .flex_item { width: 31.333%; }
.flex_grid.flex_2x.flex_margin .flex_item { width: 48.5%; }
.flex_grid.flex_5x.flex_margin .flex_item:nth-child(5n+5), .flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) { margin-right: 0; }
/* IE8 and IE9 */
.no-flexbox .flex_grid:after { content: ' '; display: block; clear: both; }
.no-flexbox .flex_grid.flex_7x .flex_item:nth-child(7n+8), .no-flexbox .flex_grid.flex_6x .flex_item:nth-child(6n+7). .no-flexbox .flex_grid.flex_5x .flex_item:nth-child(5n+6), .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) { clear: both; }

/*---Scale Proportionally for varied images sizes---*/ 
.grid_img {position: relative;border:1px solid #ddd;width: 100%;margin-bottom:.75em}
.aspect_ratio_1to1 {padding-top: 100%; /* forces 1:1 aspect ratio, 100% is a square */}
.aspect_ratio_3to2 {padding-top: 66.666%; /* forces 3:2 aspect ratio*/}
.aspect_ratio_16to9 {padding-top: 56.25%; /* forces 16:9 aspect ratio*/}
.img-container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align:center; /* Align center inline elements */font: 0/0 a;}
.img-container:before {content: ' ';display: inline-block;vertical-align: middle;height: 100%;}
.img-container img {vertical-align: middle;display: inline-block;max-height:100%/* Makes taller img fit the box */;}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {border:0;border-bottom:1px solid #ddd}

.mix_grid .image_gallery {display:none;}
.mix_grid.flex_grid .flex_item { padding: 0; margin:0; border:1px solid #fff; background:#1c3c6d; text-align:center;}
.mix_grid.flex_grid .flex_item .mix_img_hover {display:none; position: absolute; top: 0; left: 0; z-index:10;}
.mix_grid.flex_grid .flex_item:hover .mix_img_hover {display:block;}
.mix_grid.flex_grid .flex_item .mix_img_container { position:relative;}
.mix_grid.flex_grid .flex_item:hover .mix_img_container .mix_img { opacity: 0.3; -moz-transition: all .3s ease-in; -o-transition: all .3s ease-in; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.mix_grid.flex_grid .flex_item .mix_img_container .mix_hover {display:none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color:#fff; width:100%; line-height:1.4em;}
.mix_grid.flex_grid .flex_item:hover .mix_img_container .mix_hover {display:block;}
.mix_grid.flex_grid .flex_item .mix_img_container .mix_hover span { display:block; padding:0 1.5em;}
.mix_grid.flex_grid .flex_item .mix_badge {display:block; color:#fff; width:100%; padding:1em .75em; line-height:1.3em;}
.mix_grid.flex_grid .flex_item .mix_badge span {display:block;}

.mix_grid.flex_grid .flex_item .description { font-size:1.1em; margin-bottom:.5em; font-weight:500;}
.mix_grid.flex_grid .flex_item .name { font-weight:500;}
.mix_grid.flex_grid .flex_item .client, .mix_grid.flex_grid .flex_item .title { font-size:.8em; font-size:300; }

.mix_grid_filter {text-align:center; margin-bottom:1.5em;}
.mix_grid_filter .h4 {margin-bottom:.75em;}
.mix_grid_filter .btn {margin:3px 1px;}

/************************
* Forms *
************************/

.form {margin-bottom:1.5rem;clear:both;}
.form > fieldset {margin-bottom:1em;border:1px solid #DDD;padding:1em 1.5em 1.5em 1.5em;background:#FFF;}
	legend {display:block; padding:0 .25em; color:#333; font-size:1.2em; margin-bottom:.25em; font-weight:500;}
	
.form fieldset > div, .form fieldset > fieldset {padding:7px 0;clear:both;border-bottom:1px dotted #DDD;}
	.form fieldset > div:last-child {border-bottom:0;}
.form fieldset > div{*zoom:1}.form fieldset div:before,.form fieldset div:after{display:table;content:""}.form fieldset div:after{clear:both}
.form fieldset > div > label, .form fieldset > fieldset > legend{display:block;padding:3px 5% 3px 0;width:33%;text-align:right;float:left;}
.form fieldset > div > ul {margin: 0; padding: 0; list-style: none;}

.form fieldset ul.field_list{padding:3px 0;list-style:none;margin:0;float:left;display:block;width:66%;}
	.form fieldset ul.field_list li{margin:0 0 3px 0;}
	.form fieldset ul.field_list li{*zoom:1}
	.form fieldset ul.field_list li:before,.form fieldset ul.field_list li:after {display:table;content:""}
	.form fieldset ul.field_list li:after{clear:both}
	.form fieldset ul.field_list li span{width:90%;float:left;}
	
	.form fieldset ul.field_list li small{font-size:.85em;margin:-.5em 0 0 0;}

.form input[type="checkbox"], .form input[type="radio"] {margin-right:.5em; vertical-align:text-top; margin-top:6px; float:left;}

.form fieldset input, .form fieldset select{margin:0;max-width:66%;}
.form fieldset select{padding:0;}

input[type="text"], textarea, input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select{padding: .5em .5em;font-size: .875rem;border: 1px solid #CCC;background: #f5f5f5;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 2px rgba(0,0,0,.05); font-family: 'Montserrat', sans-serif;}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}/*------remove number spinners------*/
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {border-color: rgba(0,102,204,.8);
outline: 0;outline: thin dotted 9;box-shadow: 0 0 8px rgba(0,102,204,.6);background: #fff;}
.form .required {color:#B60000;font-weight:500;font-size:0.8em;}
.form [disabled="disabled"]{opacity:.60;}

.form .btn {margin:.5em .5em 0 0;}

.app_hours label {display:block}
.app_hours div {float:left;}

/*------Login------*/
.form.login {clear:none;}
.form.login fieldset input, .form.login fieldset select {width:100%;max-width:none;}
.form.login fieldset > div {border-bottom:none;}
.form.login fieldset > div > label {width:inherit;padding:0;text-align:left;}
.form.login fieldset input[type="submit"] {width:inherit;}

/*------Search Bar------*/
.searchbar { display: none; padding:10px 0; background: #eee;}
.searchbar legend {background:none;}

/*------Search Box------*/
.search_box {position:relative;}
.search_box input {width:100%; padding:1em 1.25em; background:#fff; box-shadow: none; border: 1px solid #ddd;}
.search_box button, .search_box a  {position:absolute; top:16px; right:1.25em; color:#1c3c6d; border:0; background:none;}
.search_box button:hover, .search_box a:hover {color:#999}

/*------buttons------*/

.btn{text-decoration:none;display:inline-block;*display:inline;*zoom:1;background: #1c3c6d; color: #FFFFFF;line-height: 1em;font-weight: 500;font-size: .9rem;margin: 0 .25em 0 0;padding: .875em 1.25em;cursor: pointer;-moz-border-radius:4px;border-radius:4px;border:1px solid #1c3c6d;text-align:center; text-transform:capitalize; font-family: 'Montserrat', sans-serif;}
	.btn:hover {border-color:#18335C;background:#18335C;color: #FFFFFF;}
	.btn:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-danger {background:#b94a48;border-color: #ac2925;}
	.btn-danger:hover {background-color: #d2322d;border-color: #ac2925;}
.btn-success {background-color:#5cb85c;border-color: #4cae4c;}
	.btn-success:hover {background-color: #47a447;border-color: #398439;}

.btn-outline {background-color: #fff; border-color: #1c3c6d; color: #1c3c6d;}
	.btn-outline:hover {background-color: #1c3c6d; border-color: #1c3c6d; color: #fff;}

.btn-mute {background-color: #ddd; border-color: #ddd; color: #333;}
	.btn-mute:hover {background-color: #ccc; border-color: #ccc; color: #333;}

.btn-white {background-color: #fff; border-color: #fff; color: #0d1f2b;}
	.btn-white:hover {background-color: #eee; border-color: #eee; color: #0d1f2b;}
	
.btn-special {background-color: #b4bd34; border-color: #b4bd34; color:#0d1f2b;}
	.btn-special:hover {background-color: #C8D13C; border-color: #C8D13C; color:#0d1f2b; }
		
.btn-full {display:block;margin:0;}

.btn-large {font-size: 1.15rem;border-radius: 5px;}
.btn-small {font-size: .8rem; padding:.9em 1.25em; line-height: .9em;}
.btn-mini {font-size: .625rem; line-height: .9em;}

.nav_section_btn {display:none; margin:0 0 1.5em 0;}
.nav_section_btn:after {font-family: FontAwesome; content: "\f0d7"; display: inline-block; padding-left: 8px;}
nav.nav_section.show {display:block;}

/* just for presentation (bottom left corner) */
.breakpoint{position:fixed;bottom:0;left:0;background:#333;width:70px;color:#FFF;font-size:.8em;display:none;padding:0 10px;}
.break_1024to992{display:block;}

.g-recaptcha > div {margin-left:33%;}

/* High Density Images - uncomment to use
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
.selector {background: url() top no-repeat;background-size:;}
}
*/




/*-----Microsite-----*/

.microsite {background:#fff;}

.microsite_header {background:#ddd; padding:30px 0}

#countdown {float:right; text-align:center; font-size:1.3em;}
#countdown > div {display:inline-block; margin-right:.25em; font-weight:400;}
#countdown > div:last-child {margin-right:0;}
#countdown .time_period {padding-top:.325em; font-size:.5em; line-height:.7em;}

nav.microsite_nav {text-align:center; background:#000; position:relative;line-height:1.2em;}
	nav.microsite_nav .wrapper {padding:0;}
	nav.microsite_nav ul {list-style: none; margin:0; padding:0;}
	nav.microsite_nav ul.parent { display:flex; width:100%;}
	nav.microsite_nav ul.parent > li {flex-grow:1;position:relative;display:block; border-left:1px solid rgba(255,255,255,.6);}
	nav.microsite_nav ul.parent > li:last-child {border-right:1px solid rgba(255,255,255,.6);}
	nav.microsite_nav ul.parent > li.nav_mobile {display:none;}
	nav.microsite_nav ul.parent > li > a {font-weight:500; padding:1em .5em; color: #fff; text-align:center; display:block; text-decoration:none; text-transform:uppercase;}
	nav.microsite_nav ul.parent > li > a:hover, nav.microsite_nav ul.parent > li > a:focus {text-decoration:underline;}
	
	nav.microsite_nav ul.parent > li > ul {display:none; background:#eee; position: absolute; left:0; top:100%; width: 100%; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);box-shadow: 0 0 20px rgba(0,0,0,0.3); z-index:3;}
	nav.microsite_nav ul.parent > li.drop_nav > ul > li {border-bottom:1px solid rgba(255,255,255,.6);}
	nav.microsite_nav ul.parent > li.drop_nav > ul > li:last-child {border-bottom:none;}
	nav.microsite_nav ul.parent > li.drop_nav > ul a { font-size:.9em; font-weight:400; display:block; color:#000; text-decoration:none; padding:.75em .5em;}
	nav.microsite_nav ul.parent > li.drop_nav > ul a:hover, nav.microsite_nav ul.parent > li.drop_nav > ul a:focus {text-decoration:underline;}

.microsite_nav_btn {display:none;padding:1em .5em; color:#fff;text-decoration:none;font-weight:500; font-size:1.1em; text-transform:uppercase;}

.microsite h1, .microsite .h1 {font-size:2.6em; line-height:1.2em; font-weight:500; margin-bottom:.25em;}
	.microsite h1::after { display: none }

.microsite h2, .microsite .h2, .microsite h3, .microsite .h3, .microsite h4, .microsite .h4 {color:#000;}

.microsite .panel p:last-child {margin-bottom:0;}

.microsite #main .wrapper {padding:0;}

.microsite .btn {background: #000; padding: 1em 1.5em; -moz-border-radius:0; border-radius:0; border:none;}
	.microsite .btn:hover, .microsite .btn:focus {border-color:none; text-decoration:underline;}

.microsite .alert_banner .btn {background:none;}

.microsite address {font-style:normal; margin-bottom:1em;}
.microsite .inset {padding:3.5em 2.5em; }

.microsite .panel {padding:0; border-bottom:0;}
.microsite .panel .cover .inset {padding:7em 5em;}
.microsite .panel .dark {background:rgba(0,0,0,0.7); color:#fff;}

.microsite .flex_grid { margin-bottom:0; align-items: center; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
.microsite .flex_grid .flex_item { padding:0; margin-bottom:0;}
.microsite .flex_grid .flex_item .fluid_map {margin-bottom:0;}

.microsite .video_link {margin-bottom:0;}
.microsite .video_link .video_thumb {margin-bottom:0; }

.microsite_footer {background:#000; color:#fff; padding:2em 0; font-size:.8em; }
.microsite_footer ul {margin:0; padding:0; list-style:none;}
.microsite_footer a {color:#fff;}
.microsite_footer .last {text-align:right;}
.microsite_footer .social li {display:inline-block; margin-right:1.5em;}
.microsite_footer .social li:last-child {display:inline-block; margin-right:0;}
.microsite_footer .social li .blog {background: url(/images/shazam-blog.png); background-repeat: no-repeat; background-position: top left; background-size: 28px 22px; width: 28px;height: 22px; display: block; border:0;}

.services ul li a .back {background:#000;}
.services ul li a .back > span .h4 {color:#fff;}
.services ul li a .back > span .h4::after { background: #fff;}

@media only screen and (max-width: 991px) {
	
.microsite .panel {margin-bottom:1px;}

.microsite .flex_grid.flex_5x .flex_item, .microsite .flex_grid.flex_4x .flex_item, .microsite .flex_grid.flex_3x .flex_item, .microsite .flex_grid.flex_2x .flex_item, .microsite .flex_grid.flex_atypical > .flex_item_35, .microsite .flex_grid.flex_atypical > .flex_item_65 { width: 100%; margin-right:0; }

.microsite .inset {padding:1.5em 1.5em;}

.microsite .panel .cover .inset {padding:4em 2em;}

}

@media only screen and (max-width: 768px) {

.microsite h1, .microsite .h1 {font-size:2em;}

nav.microsite_nav ul.parent { display:none;}
	nav.microsite_nav ul.parent.show { display:block;}
nav.microsite_nav ul.parent > li {display:block;width:100%; border:0!important;}
nav.microsite_nav ul.parent > li.nav_mobile {display:block;}
nav.microsite_nav ul.parent > li > a {padding: 1em 1em; border-top:1px solid rgba(255,255,255,.5);}
nav.microsite_nav ul.parent > li > ul {display:none;}
nav.microsite_nav .microsite_nav_btn {display:block;}

nav.microsite_nav ul.parent li.drop_nav > ul {position:relative;width:100%;left:0;}
nav.microsite_nav ul.parent > li.drop_nav > ul a { padding:1em .5em;}

.microsite_footer {text-align:center;}
.microsite_footer .last {text-align:inherit; margin-bottom:1em!important;}

}

@media only screen and (min-width: 0px) and (max-width: 479px) {

.microsite_header {padding:20px 0; text-align:center;}

#countdown {float:none; margin-bottom:.5em;}

}

/*-----End Microsite-----*/





@media only screen and (max-width: 1100px) {

nav.nav_primary ul.parent > li {margin-right:1.25em;}

nav.nav_secondary > ul > li {margin-right:.75em;}

}

@media only screen and (min-width: 992px) {

.panel_fixed { min-height: 100%; background-attachment: fixed;}

.home .news_feed .list_grid.list_4x > li {width:46%;}
.home .news_feed .list_grid.list_4x > li:first-child {margin-right:8%;}
.home .news_feed .list_grid.list_4x > li:nth-child(n+2) {margin-right:0; margin-bottom:1em;}
.home .news_feed .list_grid.list_4x > li:nth-child(n+2) .inner {display: table-row; }
.home .news_feed .list_grid.list_4x > li:nth-child(n+2) .li-img {display: table-cell; vertical-align: top; width: 35%; padding-right: 1.5em; padding-top:0; padding-bottom:1.5em;}
.home .news_feed .list_grid.list_4x > li:nth-child(n+2) .li-img img {display: block; width: 100%; height: auto;}
.home .news_feed .list_grid.list_4x > li:nth-child(n+2) .li-text {display: table-cell; vertical-align: top; width: 55%; padding:0 0 1.5em 0;}
	
}

@media only screen and (max-width: 991px) {

/*---remove defaults for breakpoints---*/
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:none;}/*---hide default clears---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth,.list_grid.list_6x > li.sixth {margin-right:3.5%;}/*---over-ride default margin---*/ 

/* Flex Grid max 3 column */
.flex_grid.flex_5x .flex_item, .flex_grid.flex_4x .flex_item {width: 33.333%;}
.flex_grid.flex_5x.flex_margin .flex_item, .flex_grid.flex_4x.flex_margin .flex_item {width:31.333%;}
.flex_grid.flex_5x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {margin-right:3%;}
.flex_grid.flex_5x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {margin-right:0;}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_5x .flex_item:nth-child(4n+6), .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {clear: none;}
.no-flexbox .flex_grid.flex_5x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear:both;}

.news_feed .list .li-summary {display: none;}

}


@media only screen and (max-width: 850px) {

.services ul li {width:50%;}

}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	
/*---5, 6 column to 4---*/	
.list_grid.list_5x > li, .list_grid.list_6x > li {width:22.375%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fourth, .list_grid.list_6x > li.fourth {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fourth, .list_grid.list_6x > li.clear_fourth {display:block;width:100%;}/*---show clears---*/

.site_header a.logo {margin:25px 0 15px 0; width:100%; float: left; }

nav.nav_primary, nav.nav_secondary {margin:0 0 20px 0;}
nav.nav_primary ul.parent > li > ul {top:105px;}

.searchtoggle {top:75px;}

}

@media only screen and (max-width: 768px) {

h1 {font-size:2.25em;}

.services h2, .stats h2, .news_feed h2 {font-size:1.5em; margin-bottom:1em;}

/* default breakpoints for structure */
.structure > .first, .structure > .middle, .structure > .last {float:none;width:100%;margin-right:0;margin-bottom:2em;}
	.structure > .first:last-child, .structure > .last:last-child {margin-bottom:0;}

.sales_rep .structure > .first, .sales_rep .structure > .last {float:left; margin-right:3.5%;margin-bottom:0;}
	.sales_rep .structure > .group_1of4 {width:22.375%;}
	.sales_rep .structure > .group_3of4 {width:74.125%; margin-right:0;}
	.sales_rep .structure > .first:last-child, .sales_rep .structure > .last:last-child {margin-bottom:0;}
	
/* default breakpoints for table structure */
table.table_structure_4x tr {clear:both;}
table.table_structure_4x tr td {width:47%;}
table.table_structure_4x td.clear {display:block;}

/* Flex Grid max 2 column */
.flex_grid.flex_5x .flex_item, .flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {width: 50%;}
.flex_grid.flex_5x.flex_margin .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {width:48.5%;}
.flex_grid.flex_5x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {margin-right:3%;}
.flex_grid.flex_5x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {margin-right:0}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_5x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear: none;}
.no-flexbox .flex_grid.flex_5x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {clear:both;}

.mix_grid.flex_grid .flex_item:hover .mix_img_hover, .mix_grid.flex_grid .flex_item:hover .mix_img_container .mix_hover {display:none;}
.mix_grid.flex_grid .flex_item:hover .mix_img_container .mix_img { opacity: 1;}

.site_header a.logo {margin:20px 0; background-size: 180px 27px; width: 180px;height: 27px;}
	
nav.nav_primary, nav.nav_secondary {display:none;}

.nav_overlay_btn {display:block;}

.services ul li a .back, .services ul li a:hover .back {display:none;}
.services ul li a:hover .front {display:block;}

.nav_section_btn {display:block;}
.nav_section {display:none;}

.searchtoggle { top:18px; right:65px; padding:.25em .25em; font-size:20px;}

.interior_banner.panel {padding:3em 0;}

.panel, .services.panel {padding:3em 0;}

.list_row .li-head, .list_grid .li-head {font-size:1.1em;}

/*------rotator banner------*/
.rotator_banner .rotator_banner_img {height:300px;}
.rotator_banner .rotator_banner_content {padding:1.5em 1.5em; position: relative; top:auto; left:auto; transform: none;}

.banner .wrapper:after {bottom: -25px; left:50%; margin-left:-35px; border-left: 35px solid transparent; border-right: 35px solid transparent; border-top: 25px solid #1c3c6d;}
.banner_img {height:300px;}
.banner_content {position:relative; bottom:auto; left:auto; width:100%; padding:2em 0; background: #1c3c6d; z-index:auto; text-align:center;}
.banner_content h1 {font-size:1.4em;}
.banner_content h1::after { margin-left:auto; }
.banner_content h2 {font-size:1.1em;}
.banner_mask { display:none; }

.stats td span {font-size:4em;}

.news_feed .list_grid.list_4x > li {width:48.25%;}
.news_feed .list_grid.list_4x > li.third {margin-right:3.5%;}
.news_feed .list_grid.list_4x > li.even {margin-right:0;}
.news_feed .list_grid.list_4x > li.clear_even {display:block;width:100%;}
.news_feed .list_grid.list_4x > li.clear_third {display:none;}

.panel.panel_testimonial blockquote {margin:0 2em;}

blockquote {font-size:1.2em; margin:0; padding-left:0; border-left:none; }
blockquote cite {margin:0; font-size:.9em;}
	blockquote cite::before { display: block; content: ''; width: 50px; height: 5px; background: #b4bd34; margin:1em 0;}
	
.mission .wrapper {padding:3em 10%;}
.mission h3 {font-size:1.7em;}

.main_content {padding:2em 0;}

.list_row > li {margin-bottom:0;}

.site_footer .top_work {position:relative; bottom:auto; left:auto; margin-bottom:2.5em;}
.site_footer, .site_footer .last {text-align:center;}
.site_footer .first {margin-bottom:1em;}
.site_footer .middle, .site_footer .last {margin-bottom:2em;}
.site_footer .last:first-child {margin-bottom:1em;}
.site_footer a.logo {margin-bottom:0;}
.site_footer li {display:inline-block; margin-right:18px;}
.site_footer li:last-child {margin-right:0;}

/*------Insets & Outsets ------*/
[class*="outset_r"], [class*="outset_l"] {margin:0}

.mobile {display:block;}

}

@media only screen and (min-width: 480px) and (max-width: 768px) {

.form textarea{width:60%;}

/*---4, 5, 6 column to 3---*/	
.list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:31%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.third, .list_grid.list_5x > li.third, .list_grid.list_6x > li.third {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_third, .list_grid.list_5x > li.clear_third, .list_grid.list_6x > li.clear_third {display:block;width:100%;}/*---show clears---*/

}

/* Interim breakpoint for some phones (landscape) and tablets (portrait) */
@media only screen and (max-width: 640px) {
	
.sales_rep .structure > .first, .sales_rep .structure > .last {float:none;width:100%;margin-right:0;margin-bottom:2em;}
	.sales_rep .structure > .first:last-child, .sales_rep .structure > .last:last-child {margin-bottom:0;}

.banner_img {height:200px;}
.banner_content h1 {font-size:1.3em;}
	
.services ul li {width:100%;}
.services ul li a {height:auto; margin:0 0 .75em 0; padding: .75em 1.5em;}
.services ul li a .front {position: relative; top: auto; left: auto; transform: none; padding:0; width:100%;}
.services ul li a .front img {display:none;}
.services ul li a .front .h4 {margin-bottom:0;}
.services ul li a .back, .services ul li a:hover .back {display:none;}
.services ul li a:hover .front {display:block;}

.categories .flex_item {width:100%!important; border:1px solid #ddd; margin:0 0 .75em 0;}
.categories .category_img {display:inline-block; margin:0 .75em 0 0;}
	.categories .category_img {display:none;}
	.categories .category_head {border:none; font-size: 1.2em;}
	.categories .flex_item:hover .category_head { border-bottom:none;}
	.categories .category_summary {display:none;}
	
nav.breadcrumb {display:none;}

}

@media only screen and (min-width: 0px) and (max-width: 479px) {

/* default breakpoints for table structure */
table.table_structure_4x tr td, table.table_structure_3x tr td, table.table_structure_2x tr td {width:100%;margin:0;}
	table.table_structure_4x tr td td, table.table_structure_3x tr td td, table.table_structure_2x tr td td{width: auto;}

.form fieldset {padding-left:0;padding-right:0;border-radius:0;border-right:0;border-left:0;}
.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="password"], .form textarea, .form fieldset select {max-width: none;width:100%;}
.form fieldset > div > label, .form fieldset > fieldset > legend {width:100%;padding:0;text-align:left;}
.form fieldset .icon_form{clear:both;display:block;margin-top:.5em;}
.form fieldset ul{width:100%;}
.form legend {text-align:center;}

img.img_left, img[align=left], img.img_right, img[align=right]{max-width:50%;}
aside, figure {width:auto;float:none;margin-left:0;}

nav.page ul li {display:none;}
nav.page ul li.page-prev, nav.page ul li.page-next {display:inline;}

/*---3, 4, 5, 6 column to 2---*/	
.list_grid.list_3x > li, .list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:48.25%;}/*---establish widths---*/ 
.list_grid.list_3x > li.even,.list_grid.list_4x > li.even, .list_grid.list_5x > li.even, .list_grid.list_6x > li.even {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_even, .list_grid.list_4x > li.clear_even, .list_grid.list_5x > li.clear_even, .list_grid.list_6x > li.clear_even {display:block;width:100%;}/*---show clears---*/

/* Flex Grid */
.flex_grid.flex_5x .flex_item, .flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item { width: 100%;margin-right:0; }

.mix_grid.flex_grid .flex_item {margin-bottom:1.5em;}

.list .li-summary {display: none;}

.site_header a.logo {margin:15px 0;}
	
.searchtoggle, .nav_overlay_btn { top:13px;}

.rotator_banner .rotator_banner_img {height:200px;}

.jump_links ul li {float:inherit; border-right:none;}
.jump_links ul li a {display:block; width:100%;}

blockquote {font-size:1.1em;}

.mission .wrapper {padding:1em 10%;}

/*---form builder captcha---*/
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#rc-imageselect > div, .g-recaptcha > div {margin:0;width:291px!important;}
}

/*Print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;-ms-filter: none !important; } /* Black prints faster */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

}


/************************
* Date Picker Calendar *
************************/

/*------ Date Picker ------*/
		
.ui-datepicker {width: 100%; font-size:.9em; text-align: center; color: #333;}
.ui-datepicker a {color: #333; border-bottom:0;}
.ui-datepicker .ui-icon { width: 16px; height: 16px; background-image: url("/images/datepicker-arrows.png"); display: inline-block; vertical-align: middle; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 6px; width: 1.8em; height: 1.8em; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-next span {background-position:-16px 0;}
.ui-datepicker .ui-datepicker-header { position: relative; padding: .5em 0; background: #eee; font-weight: bold; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse;}
.ui-datepicker th { padding: .7em .3em; font-weight: bold;}
.ui-datepicker td {padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .25em; border: 1px solid #ddd; background: #fff; }
.ui-datepicker .ui-state-hover {background: #eee; color:#000; font-weight:500;}
.ui-datepicker .ui-state-highlight {background: #1c3c6d; color: #fff;}

/*------ Calendar ------*/

.cal_date {position:relative; z-index:1; display:inline-block; width:70px; height:70px; margin-right:1.5em; padding-top:10px; text-align:center; border-right:1px solid #fff; border-bottom:1px solid #fff; background:#1c3c6d; line-height:1.4em; color:#fff; }
.cal_date .cal_month {display:block; margin-bottom:0; font-size:.9em; font-weight:500;}
.cal_date .cal_day {display:block; font-size:1.7em; font-weight:400;}

.cal_listing {margin:0; padding:0; list-style:none;}
.cal_listing > li {margin-bottom:3.5em;}
	.cal_listing > li:last-child {border-bottom:none}
.cal_listing .cal_listing_img {float:left; max-width:55%; margin-bottom:1.5em;}
.cal_listing .cal_listing_img a {border:none;}
.cal_listing .cal_listing_img img {margin-top:-70px; padding-right:1.5em;}
.cal_listing .cal_listing_detail p {font-weight:300; font-size:.9em; line-height:1.4em; display:block; margin-bottom:1em;}
.cal_listing .cal_listing_detail h3 {font-weight: 400; margin-bottom: .75em; line-height:1.4em; font-size:1.2em; text-transform:capitalize;}

.cal_next_prev {display:table; margin-bottom:1.5em; height:40px; width:100%; text-align:center;}
.cal_next_prev h3 {display:table-cell; margin:0; background:#ddd; color:#333; font-size:.9em; padding:0 .5em; vertical-align:middle;}
.cal_next_prev a {display:table-cell; background:#ddd; color:#333; font-size:1.8em; width:40px; text-decoration:none; vertical-align:middle; border:0;}
.cal_next_prev a:hover {background:#ccc;}
.cal_next_prev a:first-child {border-right:2px solid #fff;}
.cal_next_prev a:last-child {border-left:2px solid #fff;}

.cal_search {margin-bottom:1.5em;}
.cal_search.search_box a {top:44px;}

.cal_nav {border: 1px solid #ddd; margin-bottom:1.5em;}
.cal_nav > ul {margin:0;padding:0;list-style:none;}
.cal_nav > ul > li {border-bottom:1px solid #ddd; background:#fff; }
.cal_nav > ul > li:last-child {border-bottom:none; }
.cal_nav > ul > li > a {display:block; padding:1em 1.25em; text-decoration:none; font-weight:500; color:#333; font-size:.9em; border:0;}
.cal_nav > ul > li > a:hover {background:#eee;}
.cal_nav > ul > li > a.selected {background:#ddd;}
.cal_nav > ul > li > span {display:block; padding:1em 1.25em; text-decoration:none; font-weight:500; color:#333; font-size:.9em;}
.cal_nav #datepicker {margin:0 1.25em 1em 1.25em;}

.cal_filter {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; font-size:.9em;}
.cal_filter legend {font-weight:500; margin-bottom:.5em;}
.cal_filter input {margin:-2px 5px 0 0;  cursor:pointer;}
.cal_filter label {padding:2px 5px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}
.cal_filter .count {opacity:.7}

.cal_filter_btn {display:none;}
	
.cal_detail_img {position:relative;}
.cal_detail_img {margin-bottom:2em;}
.cal_detail_img .cal_date {position:absolute; top:0; left:0; z-index:1;}

.cal_detail table {border-collapse:collapse; width:100%; margin-bottom:2em; font-size:.9em; line-height:1.4em;}
.cal_detail table tr {border-bottom:1px solid #ddd;}
.cal_detail table tr td {padding:1em 1.5em 1em 0;}
.cal_detail table tr td:first-child { font-weight:500;}

.cal_related {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:2em;}
.cal_related h4 {font-size:.9em; margin-bottom:.75em; }
.cal_related .cal_listing {margin:0;}
.cal_related .cal_listing li {margin-bottom:1.5em;}
.cal_related .cal_listing_detail {font-size:.9em;}

.cal_related .cal_date {background:#ddd;}
.cal_related .cal_date .cal_month, .cal_related .cal_date .cal_day {color:#333;}

/*------Featured Events ------*/

.cal_featured {margin:1.5em 0 5em 0!important;}
.cal_featured .cal_featured_event {display:block; position:relative; color:#fff; z-index:0; border-bottom:none;}
.cal_featured .cal_featured_event a {color:#fff;}
.cal_featured .cal_featured_event .h4 {color:#fff; }
.cal_featured .cal_featured_event .cal_featured_img {height:450px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.cal_featured .cal_featured_event .cal_date {position:absolute; top:0; left:0; z-index:1;}
.cal_featured .cal_featured_event .cal_featured_content {display:inline-block; position:absolute; bottom:0; left:0; width:65%; z-index:1; padding:1.5em 1.5em; background:#0d1f2b;}
.cal_featured .cal_featured_event .cal_featured_content .cal_detail {display:block; margin-top:.75em;}
.cal_featured .slick-dots li button:before {font-size: 18px;}
.cal_featured .slick-dots {bottom: -35px;}
.cal_featured .slick-dots li {margin: 0 2px;}

@media only screen and (max-width: 768px) {

.cal_featured .cal_featured_event .cal_featured_img {height:350px;}
.cal_featured .cal_featured_event .cal_featured_content {position:inherit; bottom:inherit; left:inherit; width:100%; z-index:inherit; background:#000;}
	
.cal_filter_btn {display:block;}
.cal_filters {display:none;}

.cal_search {margin-top:1.5em;}

}

@media only screen and (max-width: 640px) {

.cal_listing li .cal_listing_img {max-width:100%;}
.cal_listing .cal_listing_img img {padding-right:0;}

}

@media only screen and (max-width: 479px) {

.cal_featured .cal_featured_event .cal_featured_img {height:200px;}

}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-loading .slick-list { background: #fff url('/images/ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('/fonts/slick.eot'); src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg'); }
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; z-index:1; top: 50%; margin-top:-20px; display: block; width: 40px; height: 40px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 50px; line-height: 1; opacity: .4; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev:focus:before, .slick-next:focus:before {outline: 1px dotted #212121; outline: 5px auto -webkit-focus-ring-color;}
.slick-prev { left: 5px; }
[dir='rtl'] .slick-prev { right: 5px; left: auto; }
.slick-prev:before { content: '\f104'; font-family: FontAwesome;}
[dir='rtl'] .slick-prev:before { content: '\f105'; font-family: FontAwesome;}
.slick-next { right: 5px; }
[dir='rtl'] .slick-next { right: auto; left: 5px; }
.slick-next:before { content: '\f105'; font-family: FontAwesome;}
[dir='rtl'] .slick-next:before { content: '\f104'; font-family: FontAwesome;}
/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

.page_banner .slick-prev:before, .page_banner .slick-next:before { color: #fff; }
.page_banner .slick-prev { left: 10px; }
.page_banner [dir='rtl'] .slick-prev { right: 10px; }
.page_banner .slick-next { right: 10px; }
.page_banner [dir='rtl'] .slick-next { left: 10px; }


/* Fancybox 3 */
body.fancybox-active { overflow: hidden; }
body.fancybox-iosfix { position: fixed; left: 0; right: 0; }
.fancybox-is-hidden { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }
.fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99992; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.fancybox-outer { overflow-y: auto; -webkit-overflow-scrolling: touch; }
.fancybox-bg { background: #1e1e1e; opacity: 0; transition-duration: inherit; transition-property: opacity; transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }
.fancybox-is-open .fancybox-bg { opacity: 0.87; transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap { position: absolute; direction: ltr; z-index: 99997; opacity: 0; visibility: hidden; transition: opacity .25s, visibility 0s linear .25s; box-sizing: border-box; }
.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap { opacity: 1; visibility: visible; transition: opacity .25s, visibility 0s; }
.fancybox-infobar { top: 0; left: 0; font-size: 13px; padding: 0 10px; height: 44px; min-width: 44px; line-height: 44px; color: #ccc; text-align: center; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; mix-blend-mode: exclusion; }
.fancybox-toolbar { top: 0; right: 0; margin: 0; padding: 0; }
.fancybox-stage { overflow: hidden; direction: ltr; z-index: 99994; -webkit-transform: translate3d(0, 0, 0); }
.fancybox-is-closing .fancybox-stage { overflow: visible; }
.fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }
.fancybox-slide::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }
.fancybox-slide--image { overflow: visible; }
.fancybox-slide--image::before { display: none; }
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe { background: #000; }
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe { background: #E5E3DF; }
.fancybox-slide--next { z-index: 99995; }
.fancybox-slide > * { display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; box-sizing: border-box; }
.fancybox-slide > title, .fancybox-slide > style, .fancybox-slide > meta, .fancybox-slide > link, .fancybox-slide > script, .fancybox-slide > base { display: none; }
.fancybox-slide .fancybox-image-wrap { position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }
.fancybox-can-zoomOut .fancybox-image-wrap { cursor: -webkit-zoom-out; cursor: zoom-out; }
.fancybox-can-zoomIn .fancybox-image-wrap { cursor: -webkit-zoom-in; cursor: zoom-in; }
.fancybox-can-drag .fancybox-image-wrap { cursor: -webkit-grab; cursor: grab; }
.fancybox-is-dragging .fancybox-image-wrap { cursor: -webkit-grabbing; cursor: grabbing; }
.fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.fancybox-spaceball { z-index: 1; }
.fancybox-slide--iframe .fancybox-content { padding: 0; width: 80%; height: 80%; max-width: calc(100% - 100px); max-height: calc(100% - 88px); overflow: visible; background: #fff; }
.fancybox-iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; }
.fancybox-error { margin: 0; padding: 40px; width: 100%; max-width: 380px; background: #fff; cursor: default; }
.fancybox-error p { margin: 0; padding: 0; color: #444; font-size: 16px; line-height: 20px; }
/* Buttons */
.fancybox-button { box-sizing: border-box; display: inline-block; vertical-align: top; width: 44px; height: 44px; margin: 0; padding: 10px; border: 0; border-radius: 0; background: rgba(30, 30, 30, 0.6); transition: color .3s ease; cursor: pointer; outline: none; }
.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }
.fancybox-button:focus, .fancybox-button:hover { color: #fff; }
.fancybox-button[disabled] { color: #ccc; cursor: default; opacity: 0.6; }
.fancybox-button svg { display: block; position: relative; overflow: visible; shape-rendering: geometricPrecision; }
.fancybox-button svg path { fill: currentColor; stroke: currentColor; stroke-linejoin: round; stroke-width: 3; }
.fancybox-button--share svg path { stroke-width: 1; }
.fancybox-button--play svg path:nth-child(2) { display: none; }
.fancybox-button--pause svg path:nth-child(1) { display: none; }
.fancybox-button--zoom svg path { fill: transparent; }
/* Navigation arrows */
.fancybox-navigation { display: none; }
.fancybox-show-nav .fancybox-navigation { display: block; }
.fancybox-navigation button { position: absolute; top: 50%; margin: -50px 0 0 0; z-index: 99997; background: transparent; width: 60px; height: 100px; padding: 17px; }
.fancybox-navigation button:before { content: ""; position: absolute; top: 30px; right: 10px; width: 40px; height: 40px; background: rgba(30, 30, 30, 0.6); }
.fancybox-navigation .fancybox-button--arrow_left { left: 0; }
.fancybox-navigation .fancybox-button--arrow_right { right: 0; }
/* Close button on the top right corner of html content */
.fancybox-close-small { position: absolute; top: 0; right: 0; width: 40px; height: 40px; padding: 0; margin: 0; border: 0; border-radius: 0; background: transparent; z-index: 10; cursor: pointer; }
.fancybox-close-small:after { content: '×'; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif; color: #888; font-weight: 300; text-align: center; border-radius: 50%; border-width: 0; background-color: transparent; transition: background-color .25s; box-sizing: border-box; z-index: 2; }
.fancybox-close-small:focus { outline: none; }
.fancybox-close-small:focus:after { outline: 1px dotted #888; }
.fancybox-close-small:hover:after { color: #555; background: #eee; }
.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small { top: 0; right: -40px; }
.fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after { font-size: 35px; color: #aaa; }
.fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:after { color: #fff; background: transparent; }
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small { display: none; }
/* Caption */
.fancybox-caption-wrap { bottom: 0; left: 0; right: 0; padding: 60px 2vw 0 2vw; background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); pointer-events: none; }
.fancybox-caption { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; }
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select { pointer-events: all; position: relative;/* Fix IE11 */ }
.fancybox-caption a { color: #fff; text-decoration: underline; }
/* Loading indicator */
.fancybox-slide > .fancybox-loading { border: 6px solid rgba(100, 100, 100, 0.4); border-top: 6px solid rgba(255, 255, 255, 0.6); border-radius: 100%; height: 50px; width: 50px; -webkit-animation: fancybox-rotate .8s infinite linear; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; z-index: 99999; }
 @-webkit-keyframes fancybox-rotate {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @keyframes fancybox-rotate {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
/* Transition effects */
.fancybox-animated { transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }
.fancybox-fx-slide.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }
.fancybox-fx-slide.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--next { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; }
.fancybox-fx-zoom-in-out.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--next { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); opacity: 0; }
.fancybox-fx-rotate.fancybox-slide--current { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; }
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); opacity: 0; }
.fancybox-fx-circular.fancybox-slide--next { -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); opacity: 0; }
.fancybox-fx-circular.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }
/* Share */
.fancybox-share { padding: 30px; border-radius: 3px; background: #f4f4f4; max-width: 90%; }
.fancybox-share h1 { color: #222; margin: 0 0 20px 0; font-size: 33px; font-weight: 700; text-align: center; }
.fancybox-share p { margin: 0; padding: 0; text-align: center; }
.fancybox-share p:first-of-type { margin-right: -10px; }
.fancybox-share_button { display: inline-block; text-decoration: none; margin: 0 10px 10px 0; padding: 10px 20px; border: 0; border-radius: 3px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16); background: #fff; white-space: nowrap; font-size: 16px; line-height: 23px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-width: 140px; color: #707070; transition: all .2s; }
.fancybox-share_button:focus, .fancybox-share_button:hover { text-decoration: none; color: #333; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }
.fancybox-share_button svg { margin-right: 5px; width: 20px; height: 20px; vertical-align: text-bottom; }
.fancybox-share input { box-sizing: border-box; width: 100%; margin: 5px 0 0 0; padding: 10px 15px; border: 1px solid #d7d7d7; border-radius: 3px; background: #ebebeb; color: #5d5b5b; font-size: 14px; outline: none; }
/* Thumbs */
.fancybox-thumbs { display: none; position: absolute; top: 0; bottom: 0; right: 0; width: 212px; margin: 0; padding: 2px 2px 4px 2px; background: #fff; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; box-sizing: border-box; z-index: 99995; }
.fancybox-thumbs-x { overflow-y: hidden; overflow-x: auto; }
.fancybox-show-thumbs .fancybox-thumbs { display: block; }
.fancybox-show-thumbs .fancybox-inner { right: 212px; }
.fancybox-thumbs > ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; white-space: nowrap; }
.fancybox-thumbs-x > ul { overflow: hidden; }
 .fancybox-thumbs-y > ul::-webkit-scrollbar {
 width: 7px;
}
 .fancybox-thumbs-y > ul::-webkit-scrollbar-track {
 background: #fff;
 border-radius: 10px;
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 .fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
 background: #2a2a2a;
 border-radius: 10px;
}
.fancybox-thumbs > ul > li { float: left; overflow: hidden; padding: 0; margin: 2px; width: 100px; height: 75px; max-width: calc(50% - 4px); max-height: calc(100% - 8px); position: relative; cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; box-sizing: border-box; }
li.fancybox-thumbs-loading { background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img { position: absolute; top: 0; left: 0; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.fancybox-thumbs > ul > li:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
.fancybox-thumbs { width: 110px; }
.fancybox-show-thumbs .fancybox-inner { right: 110px; }
.fancybox-thumbs > ul > li { max-width: calc(100% - 10px); }
}

/**
 * AddToCalendar Blue Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}


/* Blue */

.atc-style-blue .atcb-link {text-decoration:none;display:inline-block;*display:inline;*zoom:1;background: #ddd; color: #333; line-height: .9em;font-weight: 500;font-size: .8rem;margin: 0 .25em 0 0;padding:.9em 1.25em;cursor: pointer;-moz-border-radius:4px;border-radius:4px;border:1px solid #ddd;text-align:center; text-transform:capitalize;}
.atc-style-blue .atcb-link:hover {border-color:#ccc;background:#ccc;color: #333}
.atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}

.atc-style-blue .atcb-list {
    width: 170px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.2);
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #333;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #333;
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
		border-bottom:1px solid #ddd;
}
.atcb-item:last-child .atcb-item-link
{
		border-bottom:none;
}

.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: #1c3c6d;
}


